PUT api/histories/{id}/assign
Assign a history record to one or more entities.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
LinkedEntitiesName | Description | Type | Additional information |
---|---|---|---|
Contacts | Collection of globally unique identifier |
None. |
|
Companies | Collection of globally unique identifier |
None. |
|
Groups | Collection of globally unique identifier |
None. |
|
Opportunities | Collection of globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "Contacts": [ "5b048697-1f34-43a7-8fc2-f4dfadab1b3d", "6c04c521-901e-4337-98da-5839a2fe9926" ], "Companies": [ "60779819-b397-4710-a1e3-01c5486543d0", "b9a1a3ae-1a62-4c5b-bf2b-4c625770b0ba" ], "Groups": [ "fa97f3f0-166d-42fb-8c86-e35615d32b7d", "f9d09558-2f9d-4754-a74e-5d82ae61fb10" ], "Opportunities": [ "1e084378-b3ff-4449-9dd7-f9ee85fc09e9", "9cf6a26d-00e1-419e-aa87-97de0c10e745" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.