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": "8a2274d4-6e3b-480c-9c76-e55d4b15511d", "ParentId": "715cf12b-0e06-4463-b03e-7dcec4dfdf92", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "9c796e40-6b94-48b9-a9dd-b5c62afdaef6", "36ff0737-27d7-47b3-967c-1cb893871b02" ], "Companies": [ "fb9a39de-d782-4a66-91cf-cbae07641c67", "12312ae0-25b0-49a0-a3ac-0e188bd6d2f0" ], "Groups": [ "c2d4085b-676b-4279-9ad7-3c2281fadf59", "a07931d2-614b-4bbe-9ec8-b6b8c33b0482" ], "Opportunities": [ "207de5fa-d51c-4221-b4ee-0ebee403f870", "b83923cd-e06a-4973-8d09-c97ece93aa4d" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"bd9a5489-e706-439d-8d98-b9c63d86c2ca"