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": "8f8c1545-efbe-4a23-b6fc-f780eca87bdc", "ParentId": "0d9c27d1-3dba-4352-a8a6-6c63988c0eed", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "3c7ab934-1ce5-412b-9636-49df77821c02", "12259ca7-ecd6-40cb-b74d-7ae09624f8d0" ], "Companies": [ "1eed5851-74c7-40d5-a80e-f753bfdfedf7", "7dca7ef1-b816-49e7-ae1a-38bc24493d7b" ], "Groups": [ "0205b146-9a99-4f74-8386-e5c82da72209", "9d0aba08-a360-4256-874c-0c930c5708c2" ], "Opportunities": [ "54eb7471-c1f2-4e62-be26-19fec0d9b43d", "db6c5f97-17a9-48ca-8189-546e760a2f37" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"8bc5767c-24b2-48e0-a2e1-e640520765eb"