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": "01b1525e-bc2a-44c1-a516-0bc3bbdbdbfc", "ParentId": "ad5f0bf6-016f-4cb2-b545-932884933ad7", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "f5a14036-8deb-4a13-af5b-2e800c88dd63", "35f4eaaa-6d33-4652-8116-918de44ddff3" ], "Companies": [ "776ffacf-4098-4e81-ba0f-d124884bcbb5", "a287e317-7577-4435-9412-8c129b484c76" ], "Groups": [ "62a3ffa3-ad67-4d91-b0df-613a71eab811", "1027c867-9f9a-4a17-a416-510573c43f5f" ], "Opportunities": [ "5c81d72e-928f-4928-ba23-f4e459bbe08f", "add92ab1-58c0-423f-9e3e-d535fdfaaf06" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"af21045a-a18a-4532-b508-8999d459b3bc"