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": "a0b074b3-a3cb-416a-b671-cd3a8b760e23",
"ParentId": "cd14d92e-dba1-4168-861a-c2416856d6e6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"0759c38e-5962-4b66-b3c5-6cadc6280c4d",
"5489c35c-469c-410f-893f-d6d141270b36"
],
"Companies": [
"87efc90e-1940-4de0-82d4-adc40692ca1d",
"93c5852c-8ae8-4d28-8e2a-afa408bd3ce8"
],
"Groups": [
"de538d04-330b-41bf-ba60-310e56205911",
"eeec6443-41ba-46bf-85d8-1b05008168ea"
],
"Opportunities": [
"5040baaf-c92d-406c-b075-d0c0e9c04752",
"b2d8d6ac-2672-4ec8-a8b1-8d22bdf8e17a"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"f276914a-bb47-4c2f-bad3-4e74c940af01"