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": "44ff7a2a-025d-437a-98d0-5446168584ef",
"ParentId": "be218add-f0c2-4f67-8b4a-25ab3ef11abb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"aa8e331f-6963-4461-b125-6a76434410b4",
"56cde2ea-5645-428f-a0fe-ea54fd90afa1"
],
"Companies": [
"dad3637c-96a2-4f86-88ff-81e8c90fc703",
"af1d4e4f-6c54-4e9c-a50a-346009043bbc"
],
"Groups": [
"8f601d57-da6d-429b-8fd8-2132010a4e70",
"65ced372-7d95-468b-a248-23701a34095c"
],
"Opportunities": [
"af0adb5d-52b8-4551-b7e9-91d790eeacb7",
"d2e48091-2f8b-4e82-a758-de05ead96abf"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"1ed42141-d1e6-482b-a503-90e163cf8f3e"