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": "2ee9270a-d36b-4088-8cd3-30c418577241",
"ParentId": "58a983db-e09c-427f-8676-6146336a5aa4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"55cce747-e8d0-4bb6-892e-4cd3e0faa11b",
"4cd06b14-b8d8-402b-a436-c6baeba206e0"
],
"Companies": [
"28377ce6-3081-4dae-9eed-a095f396541b",
"e344996f-7fed-4f9a-b3f9-87512a5266b5"
],
"Groups": [
"344c24d6-0b54-4a42-9a64-7605f5d6a85d",
"b1c00b67-7d5f-40f4-a5e0-d88c0de8760e"
],
"Opportunities": [
"d68ceaf2-6531-4d9f-b1da-7ac83d02056a",
"32a7fd92-4dd1-4b44-b874-e4489dda2981"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"bc2aee74-3689-4fce-a4bb-0365a194b397"