Invoke Headers Page

Select the header type to perform based on the operation you chose on the invoke Operations page.

Create

If you select the Create operation type on the Operations page, the following options are displayed.

Element Description

Select the Headers

Select the headers based on your requirements.

Note the following behavior:
  • The record data is returned in the response. If this header is not specified, no response body is returned by default.
  • Duplicate detection is enabled, allowing the operation only when no duplicates are found according to the rules defined in your MS Dynamics CRM application.

Update

If you select the Update operation type on the Operations page, the following options are displayed.

Element Description

Select the Headers

Select the headers based on your requirements.

Note the following behavior:
  • The record data is returned in the response. If this header is not specified, no response body is returned by default.
  • An Upsert operation is performed, which combines Create and Update. A new record is created if the ID does not exist in the database or the existing record is updated if it does exist.
  • Duplicate detection is enabled, allowing the operation only when no duplicates are found according to the rules defined in your MS Dynamics CRM application.