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": "460fab60-a4c1-4c06-9cdf-bdcb0340f7be", "ParentId": "4e5e8670-30c9-4b3b-ade2-c4ee5b12a497", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "a04c4624-ae2a-4855-bdab-4967fbc12ab4", "d800510c-91d8-4dd1-bcc6-02f13862a9e2" ], "Companies": [ "583bc431-ae51-45ae-9300-05ab360dea24", "67bf7e4d-cf90-450b-9bd6-dc4ce2677e5f" ], "Groups": [ "325ebc26-5b1d-43f3-ae04-5d1892efff62", "6c1ecf70-2d5d-4402-8763-c43e529b49ed" ], "Opportunities": [ "e09c920a-e9d6-4b84-8b37-d71c76b5d9cf", "cca3383a-aa35-4641-8d05-9157b588bad4" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"04765045-8cc4-4bdc-b518-f710811ea248"