Create CRM Record
POST/:namespace/:resourceTypeCode
Status: Proposed
Create a new CRM record. Tip: Use Upsert CRM Record to automatically check for existing records to merge the provided data into.
Request​
Responses​
- 200
- 400
- 409
Successful
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.