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": "71b4c2e9-a146-4356-9a94-db0096aa23f7", "ParentId": "d84359ee-8be8-4a64-a831-4f0811877dc3", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "b2fcc39f-fdcd-45c0-a6e7-c35ec40140a5", "b79e1560-4764-438e-903e-9351ed70273d" ], "Companies": [ "f9fe8c78-8879-4f75-aa9e-6e4d1da66f81", "138f7c6b-541f-4d51-935d-d55433c55943" ], "Groups": [ "89ceaf5c-7e5d-4fcb-9246-d6c6cecb523e", "de0d7401-d98c-4e43-aa6b-e3d0a5310726" ], "Opportunities": [ "66108eba-2af3-4c70-8891-774e5b112119", "a145e886-51f1-4867-97d1-9be793af78d1" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"a56bac2f-01d6-472e-8b86-df9c9cd6fa24"