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": "0ec5d88b-3be3-432e-ba12-3a5c365879df",
"ParentId": "167eb0b4-5ba5-41b6-8aaf-da493c932ed9",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"2ad3a6e4-1f77-43e0-8bbf-35d53ec02638",
"f223373e-5c7a-4149-aceb-73a80884be3b"
],
"Companies": [
"8d9edc87-ca81-4e35-b9f3-1c1feeb3cce5",
"9d963b1f-6afe-4076-9d48-fed92d382b60"
],
"Groups": [
"4b5eb86e-c125-4ae7-bc41-43e15d7cfd56",
"3b1760e5-f8aa-4d03-a828-348c62b5329c"
],
"Opportunities": [
"9948ac03-6066-44a8-b9a6-c01b6556eff7",
"ad9361dc-462c-40e5-96fb-709e45a4c813"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"52c56445-3cc0-49e2-89ac-1aa2fbf6562b"