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": "ed464370-3981-46b6-986f-8b099c3a38bf",
"ParentId": "b13cfee7-8447-4c6e-a373-83b66f68eb4c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"LinkedEntities": {
"Contacts": [
"e4747aab-738b-45a2-90df-6c3baecedfb0",
"9b055946-65ae-4b80-91f2-3b563f7809a1"
],
"Companies": [
"ad5918f5-b574-4f82-ba2e-3a5401219c53",
"3999ce61-cb1c-424b-a0e7-5044eaeba030"
],
"Groups": [
"9f774f0a-bc78-41e2-a32a-ca4ef70ac477",
"632b31ba-156e-4b27-a00d-94337a513bd0"
],
"Opportunities": [
"e00c643e-5a5c-4e20-8e72-4fb7ab0f4561",
"3a32dfaf-4ef4-4cee-93dc-f5013e9b596a"
]
}
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"12d96cc4-b87c-47a5-aa8d-efde9cbb7945"