POST api/Contacts
Create a new Contact
Request Information
URI Parameters
None.
Body Parameters
MutableEntityExtendedName | 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": "ea643246-08e5-4504-b6e3-361ca3699d07", "ParentId": "6ff5e37c-bfc4-4425-8d60-c89ca3bf9798", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "1e577958-22bd-4065-bafe-f38f2033cf22", "95548d82-3f06-482e-aa8f-4649ff1c9cfd" ], "Companies": [ "6bd034c7-582b-4855-9799-69c1d076e689", "5bf9b6d8-acb3-41db-a3c9-1ca0d35a3c16" ], "Groups": [ "df653da5-f45b-401b-987f-cec0052e50b0", "d65e6562-371f-4ece-9262-8aaef05dc68d" ], "Opportunities": [ "6ca226ea-595d-4608-ab3f-e0d21412f74e", "d9c8ccbc-dc1c-463f-9c82-be4b63d0c685" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"f05091eb-0070-43f4-bbea-a6dccc1e841f"