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": "a0f6ca7c-42b5-4e86-9970-35e6f30fb29f",
"ParentId": "061498f1-dd27-49fd-9c36-ca7bd99a5a09",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"712f307a-b5c4-44ef-9389-6744f328ef2b",
"a8fc3ff0-b81e-40e7-ad0f-b8472e726416"
],
"Companies": [
"e9d0a8d3-cbf0-4d47-806e-ebf3cde707d5",
"86d23c8c-52ac-457a-a634-38190a2e7b4c"
],
"Groups": [
"7794752e-969a-4a02-985a-c2741745ef62",
"d07e54e5-62fa-41fa-9265-d623fb9ea736"
],
"Opportunities": [
"3336d914-66ee-4b64-8994-c6896f920584",
"b7d6360d-353e-4a20-94ad-7aa25042f261"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"638b53a0-f151-472a-a92f-b1e5b3ab77a7"