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": "c5db2580-698b-4389-9d2b-05bff2a74ec0",
"ParentId": "448c59f9-5522-4520-af64-b59bf472e658",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"291d802d-599b-45f0-a5ec-cac7dade74c2",
"45696e2f-541e-4306-9801-840dfb044adf"
],
"Companies": [
"8bbbe097-7248-4cfb-9146-d9bd72760611",
"4ed4c5e1-67f1-400a-adc5-a9151579ffb3"
],
"Groups": [
"1a17e08b-3eae-443b-a835-bd7577c3bf62",
"7bf1fba7-01de-49b6-baa5-c844d1c19c7e"
],
"Opportunities": [
"25dd8e96-b01d-4d65-8177-8889f5dc7c1e",
"ffea5fc3-52c3-4b37-926a-f91ade2e2bb5"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"d4415fb1-e775-4d23-ad26-7f3d4095e6cd"