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": "66141182-3261-4854-a13c-fd8c936aae81", "ParentId": "86fc9d88-69ae-49d7-bafd-9e6923a31b02", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "42e34779-45af-4916-9c99-007e9104a5f0", "358bda5f-625a-477e-b950-f8f019b2f7e1" ], "Companies": [ "d883e055-a850-488c-b74d-f69c4e760758", "35ef7143-f326-4007-ad50-e72dbb44197e" ], "Groups": [ "fe6fdae3-6818-4f72-bcbf-c59a414c00a5", "ef2f4e36-3993-481e-bfa4-c34596fc9c05" ], "Opportunities": [ "9a7c62fe-a4b5-409e-ac85-e5fb6a97f3c9", "9e1a8691-6aa0-4884-b13a-7d0158423568" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"ba3fb7c0-d3cc-4534-9e4c-a62be6e59c77"