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": "f8a7ee37-ceb7-4623-a10f-aeac3ab94bca", "ParentId": "c79590db-6b4a-4acf-bea3-e18f5823260d", "Fields": { "sample string 1": {}, "sample string 3": {} }, "LinkedEntities": { "Contacts": [ "b96c4343-1627-4a69-bb85-58ce6a31bc7b", "a00d4b5d-2c0c-496e-aac6-8fe4051f0436" ], "Companies": [ "29182cf4-5c0d-4caf-8e88-9735321dbaf9", "6cbec27f-35c5-4dda-a2ba-23bae7824a3e" ], "Groups": [ "3e9b4647-f0fd-4db1-80e4-5595eff20623", "7cf4316a-9f59-4419-a9fc-6d9cfb1993cf" ], "Opportunities": [ "d235ee2c-d43c-4a5c-9242-304f0998ec62", "e02fd899-b219-4331-a5ce-fae8ee702fad" ] } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
globally unique identifierResponse Formats
application/json, text/json
Sample:
"6794713d-99a4-42a3-9bc2-23cb12747b34"