POST api/Contacts
Create a new Contact
Request Information
URI Parameters
None.
Body Parameters
MutableEntityExtended| Name | 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": "dbe0eeda-3b97-420a-801b-ea621a7d4d16",
"ParentId": "9c92111c-7168-46ba-b335-df948e95bc18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"bc1169cf-6cc6-4de3-ac91-d84d067f52f8",
"57e75907-2af1-4d9a-bc9f-aaa31cb4db22"
],
"Companies": [
"b78d5438-2336-4409-89fd-299ef1b987b3",
"5ab81456-abc9-4cd5-9a99-cd5e1d1e90ad"
],
"Groups": [
"63d07387-133d-4c6a-bec5-077c3c608eb9",
"ebc93ac3-cae7-4641-b037-2b4e4d59342a"
],
"Opportunities": [
"9f842bac-6b0b-4e7b-8bf9-89bbc47fdd3b",
"a5ecdfb5-152c-4b65-a920-745bcc3aa503"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"d3a86fe6-f8aa-4830-be37-a933dccd3589"