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": [ "1b148890-04a5-49ac-97b7-52cd29266b70", "75d465a4-3f5d-415a-94ca-b71e08e624d5" ], "Companies": [ "3ae8a707-7181-4dba-87a1-0295c9a3cc8a", "896b63ff-49ef-4df0-94af-d390e490339d" ], "Groups": [ "eddc08c9-503c-4f01-9810-24656a4dc5df", "afd1abfc-0931-44c5-87f6-2b0527ca0055" ], "Opportunities": [ "25799242-e8c3-4e3d-946c-ece6753a6f50", "0d37cef9-b263-40ef-820a-07437ef04bf8" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.