POST api/Contacts
Create a new Contact
Request Information
URI Parameters
None.
Body Parameters
MutableEntityExtendedName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
ParentId |
This field will only include data when working with Group records. |
globally unique identifier |
None. |
Fields | Dictionary of string [key] and Object [value] |
None. |
|
LinkedEntities | LinkedEntities |
None. |
Request Formats
application/json, text/json
Sample:
{ "Id": "e9148b28-9654-40af-bcbe-ba933ef1a695", "ParentId": "b21200c8-5c73-430b-9bf6-3b5765b0fe99", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "e6dadf81-9cbe-4e1d-89ea-59316e30c1be", "3dc77d62-a5b4-44fc-9d6f-7c597732a847" ], "Companies": [ "3391ba4e-a88e-49f9-93c8-04135ee5d349", "543b7d95-78ad-4614-9898-0a03512a57a1" ], "Groups": [ "25d911f7-9258-4d47-b34f-40ece44270e3", "d1d1554e-adaa-4563-9b3a-65f7e4bf9b5f" ], "Opportunities": [ "0ddd89dd-3a61-4338-a5e6-15ad2aab7f9d", "0e006baf-4b50-4041-b4ec-9f90c6328094" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"84180a1e-7d37-4a67-8bc4-89be6e8b3659"