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": "b797d466-cab5-4c13-a647-c72cb3c6ca4f",
"ParentId": "54175e65-34e9-4442-be68-8a35aec269af",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"438695e6-7d41-4242-af56-6469e097d3cd",
"04675d18-1cb7-4ccb-8e62-3a4f8f5310e5"
],
"Companies": [
"3c4613d1-907f-4b87-a012-7598c199857d",
"a066ce0c-17e9-414f-a52e-3f182f961906"
],
"Groups": [
"ba5fca91-bbbc-4db2-9bc2-175859052129",
"e5ab8878-0b3f-4dd0-8377-213c1e759ded"
],
"Opportunities": [
"ce892069-fd1f-4b17-8fa1-f34b65fbe09f",
"3930c5d1-037b-4301-a11a-a4dbcfacfbd1"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"113ff539-6cdc-4247-91cb-bc8585ac2061"