POST api/Companies
Create a new Company
Request Information
URI Parameters
None.
Body Parameters
MutableEntityExtendedName | 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": "d9bbd46f-edde-4a94-95a3-71d2a3c645d8", "ParentId": "c06a4b85-56b6-48d3-82dd-aaa7c5f0b38b", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "0545de9c-0184-4b90-adbe-d7de2d27d2bd", "09d2f63e-fd87-44af-8eee-0af03d6ed0b9" ], "Companies": [ "c72ff5c7-6d7a-4d77-8a4d-21d58d5a3d96", "df1ad745-4d42-4482-989d-b975b717bd61" ], "Groups": [ "8747de8c-ce15-4e1d-8978-3f8fad65bea2", "0b79cce1-bd28-4376-91d4-8727482b3bf1" ], "Opportunities": [ "effef682-674f-421d-8fe2-99ad9c9e3398", "a3ac6bdd-7b76-4c31-908f-8d8a4545a5fd" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"a339e7b9-e460-41cd-8e55-faeee821f33e"