Msdynamics365dataverseconnector v1.0

Version 1.0

Connector Overview: This page documents all 5 actions for the Msdynamics365dataverseconnector v1.0.

General (5)

POST Create Record

/{entitySet}

Create Record

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Entityset

The logical name of the table (entity set) where the record will be created.

Response Type

The response format expected from the API (e.g. application/json).

DELETE Delete Record

/{entitySet}/{recordId}

Delete Record

Parameters

Parameter Name

Description

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Entityset

The logical name of the table that contains the record to delete.

Recordid

The unique identifier (GUID) of the record to delete.

Response Type

The response format expected from the API (e.g. application/json).

GET Get all records

/{entitySet}

Get all records

Parameters

Parameter Name

Description

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Entityset

The logical name of the table whose records you want to retrieve.

Response Type

The response format expected from the API (e.g. application/json).

GET Get single record by ID

/{entitySet}/{recordId}

Get single record by ID

Parameters

Parameter Name

Description

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Entityset

The logical name of the table that contains the record.

Recordid

The unique identifier (GUID) of the record to retrieve.

Response Type

The response format expected from the API (e.g. application/json).

PATCH Update Record

/{entitySet}/{recordId}

Update Record

Parameters

Parameter Name

Description

Content Type

The content type of the request payload sent to the API (e.g. application/json).

headers

Additional HTTP header name/value pairs to include in the request.

queryParams

Additional query string name/value pairs to append to the request URL.

Entityset

The logical name of the table that contains the record to update.

Recordid

The unique identifier (GUID) of the record to update.

Response Type

The response format expected from the API (e.g. application/json).