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": "91d8808f-6575-48de-9512-c9b9ba341186", "ParentId": "511c36b3-5cf6-4c7f-bdba-d2d61e5e5e8d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "f9c7b38e-a7f6-43ba-bb1e-ef5aebbd4507", "33780e56-dfc2-427a-9361-7f60577f0ee1" ], "Companies": [ "31ce0c34-48fc-433f-87c3-3f66a99c31d4", "83a4f780-7f3f-49d4-a424-74fa13a7945f" ], "Groups": [ "0e07c053-9f1c-4d73-8ff8-9e5e8e6711cb", "e09fde8b-54d6-410e-a7a3-b03aede09ba3" ], "Opportunities": [ "cd74d917-1370-45d7-ad4c-c0cb5439df57", "e1f02656-1809-48e3-b558-98c0225cdab4" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"bde63b30-631a-4d0b-964f-22fb03cfb947"