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": "bf60f69f-1a58-4972-afb2-16b0da65458e",
"ParentId": "501951e5-c479-4cd1-bc91-c25ab2770d04",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"375160f1-44ac-4d7a-9ddc-f89281888c75",
"0ef42094-7085-4ce3-b1fd-20ac14341dcd"
],
"Companies": [
"c743d953-1207-4f86-be4b-f6c5dfcd7417",
"17f5a1b3-dd06-4bb5-9c12-49ac2b124e27"
],
"Groups": [
"f1be7b2e-a7be-4048-ac4e-602cbf1e7ff6",
"012d0142-13db-4f5c-9d23-fefb04e1b723"
],
"Opportunities": [
"a86eda49-e21d-42ea-b1ad-7065552d7f0f",
"51adb3fb-5110-406f-8ce1-b1e473660f16"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"7a269a7d-dc57-42f8-9704-c3305f208619"