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": "a2dc8c20-535a-4687-8cbe-29749831cdd8", "ParentId": "50bb5281-d7d5-4706-abed-14072ccc551c", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "bb169337-5957-44c2-b039-9b9b4720093a", "2c8bd4b5-c538-44ab-b56b-959e97148a9f" ], "Companies": [ "2a738c1d-8590-449c-b039-57c5d378ff18", "0527d32e-1461-4834-8f2b-44db28b894aa" ], "Groups": [ "36fa1273-3b83-4c62-b70b-684414351fab", "14c3c2f5-94b6-4020-80a0-ba2887eda776" ], "Opportunities": [ "1c9447ee-685c-4b78-b227-cf3169156d0d", "4166f6fc-c452-46c1-a7bf-d343799527dd" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"a913e212-e305-46a8-8e40-f24b82d82f1f"