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": "bc95fcc4-011b-4a85-9693-7c6978ce6115", "ParentId": "e8cdcf24-ad4f-44d9-a78f-72236a80ade9", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "7ebbbece-1f8c-4463-b5fe-a9d64d6329a1", "dfb0fb18-a743-43aa-978d-dd1020b78053" ], "Companies": [ "47856bb8-8158-41f5-9751-80d832199566", "86d9c3a8-61ad-4da8-a1b3-753c089ef209" ], "Groups": [ "071bcfbf-5d02-4bf2-a1d7-6975bfcbd5f5", "4790ea29-6d99-48c0-b032-8d49ef4c102f" ], "Opportunities": [ "27865b2c-e273-4551-935d-850589dc5d80", "84a4383c-2c51-4614-9d4a-6b2fe6623833" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"22c577cc-80b1-43a5-9467-20ab2091a3ff"