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": "0a0aa3cb-09f1-42b9-b14b-fa15955572fa", "ParentId": "82004648-9e88-420d-bb9b-a94e100b593e", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "88acda2a-6fa1-49a3-a31d-fd1c1bf30fa3", "da24bc34-7036-417a-a202-95b6494ca68c" ], "Companies": [ "fb5f1096-1bc2-4c6b-865e-d1923e15a725", "eb8a4a94-ad27-4309-be55-e0c71833cbdc" ], "Groups": [ "e5163f68-c1fc-41b3-9392-34d1301a084c", "6f3acee8-f815-4bed-811e-a74e8f662f0e" ], "Opportunities": [ "1df8300b-a6b8-49e7-a924-39f2fdc4325d", "a87c9bfd-8e35-4bf2-8c10-038d714d3c67" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"e7801482-7d20-48a3-824d-1900d22203df"