POST api/Companies
Create a new Company
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": "949d548b-48e2-48e7-a407-5f334e8b6a57",
"ParentId": "c25e73eb-1cd3-41bf-897f-f3a4d5bceb45",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"d09f9fb1-a7c2-466b-9949-ee8daff642a2",
"536c7f2f-d8f3-45b6-94c8-e28e3302ccbe"
],
"Companies": [
"1a1c3b33-c7ee-4647-a233-eb423832cd3f",
"751be5db-6fe8-4712-9302-ebc551aa5a11"
],
"Groups": [
"49bab331-0c5e-400b-a233-9ee677853288",
"4fcbbe97-3d0f-491a-8657-bae75590e2bf"
],
"Opportunities": [
"598579eb-e66b-42e3-9cb0-25e0891de685",
"a1ef9b08-1583-4f02-813f-0713fd173510"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"f088b113-4ee4-4a3e-b286-2fc82f6b45f3"