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": "56ec66bf-0bc1-472b-b09c-12b73edefed6", "ParentId": "aa1acf8f-41eb-4e72-b44c-33866af494b6", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "cb58f2bc-dbb9-4339-b0d7-22fe4633a515", "9d8827a3-0b48-43ce-8e78-db9d86e31962" ], "Companies": [ "895e8c3b-ce37-434b-a901-72ed72fe79cb", "f0f42040-a1da-40dd-b4d5-f69d1daed6cb" ], "Groups": [ "bd5e2dc8-1cf7-411a-b15a-16e20d5b46f8", "8fb4133c-b2dc-4299-8553-d9dc72be50e6" ], "Opportunities": [ "52eb8353-e34f-40ee-894f-aa9f6870fb46", "1069fb81-e792-43dd-b540-31b4faa91786" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"b5bdb5ac-de65-47b9-b3f1-f81da500e9d0"