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": "1695966d-d0c2-4c55-b451-26355a3bf9e5",
"ParentId": "e260d92a-010d-4c4f-b171-0f8197e5ac65",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"fc7084d7-a033-43ab-9a80-dc0ad05f16f5",
"80ef6fc0-7d63-47f6-9e29-4906f2e40b85"
],
"Companies": [
"cec7830a-b7fc-44f5-ab06-3995ce411a4b",
"8e49b3a2-9d2a-488d-bf6b-627841fbae8a"
],
"Groups": [
"ced62c6f-c54d-4ae1-9e07-162671c135dd",
"2a62754e-d362-47f7-91ce-1aecf767279b"
],
"Opportunities": [
"207d7787-97c7-427a-83ba-c7eed52f83f3",
"c436effe-6873-45d5-a57f-667368af024b"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"7c10691e-7646-4f15-8492-f1c8b22c18a1"