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": "851bf8a7-52bc-4c5f-b8f1-38c8f65cebe4", "ParentId": "85bf2f00-1d33-4948-b4a2-4e13b537840a", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "d33eccd3-2cf5-4f75-8534-3e1f3c1e03ac", "3cc139ad-788f-41d7-85cb-92b427df327b" ], "Companies": [ "93af0b77-f1ff-43c8-b9f8-c26e548b40cd", "887f59e4-2fb5-4796-9b2f-d760afd867ff" ], "Groups": [ "8efb60f7-87dc-40eb-b2e1-59accec39a5f", "e378b2ac-fe8d-4edf-a510-0a16760d1bb5" ], "Opportunities": [ "b3588125-9796-4f37-95a1-6b4d2887d9e0", "5dbfd905-c25b-40cf-8f95-6f45db7afb92" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"8d95565c-056c-47a3-a472-a8c2889eeca4"