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": "fb7e2ed9-6cb7-477b-b8e7-6d5dd8b9a07c",
"ParentId": "afc7c434-fb36-435f-bf40-39aac7f57b93",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e203074e-1c09-45b4-a623-2142b80cd1ef",
"f29bda8a-a81b-4e30-9499-9b39680fa85b"
],
"Companies": [
"7a2f6137-99ab-4af3-9a40-8230fdc63dda",
"a36d0457-6039-46ad-9047-2d6a133f0d28"
],
"Groups": [
"f2ad808c-b7b7-4165-9b2a-ca64daccb3d2",
"cc253445-78c4-4722-91c5-14dfd9eee7d4"
],
"Opportunities": [
"7c2a7986-4452-4913-b27f-ee06dff44126",
"21116917-fd26-4203-948c-e928ec28d6d2"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"0c070fad-1835-4c0c-a583-86515a4cba39"