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": "9a50d771-de23-4d70-872a-9d2066e88477", "ParentId": "7ff836f4-7a1e-45fd-abfc-417c4a220842", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "89d2e06c-230e-4a69-8274-33f8aab3c123", "211d059e-6a37-46f5-8d13-ea016ff30c3e" ], "Companies": [ "b2b3db8b-5681-4505-b94d-0dcb179a377e", "4e1517ba-d5f3-4eea-9282-835e3ae887e8" ], "Groups": [ "77b7ebb8-2577-49cb-ad20-ed570f581441", "2678405b-0d68-4356-b812-14d86732416e" ], "Opportunities": [ "ca07b81d-cfca-48c8-add1-6e95a635a231", "7736da59-6c3d-46aa-babf-61b1240b8a6e" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"557aa90e-7259-4f52-bbe0-8d85bd9c0d1c"