Upsert CRM Record
PATCH/:namespace/:resourceTypeCode
v1: Trusted Tester
v2: Proposed
v1 Description:
Create/update CRM contacts, companies or activities records.
Default rules will be used to match existing records. You may specificy your own fields that contain unique values in searchExisting.
If a match is found the records will be merged using the always_overwrite, overwrite_if_empty, overwrite_if_newer & combine stratagy
Request​
Responses​
- 200
- 400
- 409
This API follows Open API schema of structure for response.
Bad Request
Conflict. A submitted value is already used by a different CRM record in a field the CRM enforces as unique. The response names the fields responsible and the records that hold the values, so the request can be retried without them.