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": [ "b3d9907d-52a2-441c-bf7a-9fc2bba35b63", "a20b701a-687b-42e8-aaef-d3b7c9b99d16" ], "Companies": [ "1691e7e5-6a60-4f3e-892c-969b15238de2", "8249c96a-b9cb-4732-b35c-17aeddfdb60b" ], "Groups": [ "b178bdab-dd02-4b8d-921a-0632ba85f66d", "56dc2405-3b2a-4083-8591-057d36f71719" ], "Opportunities": [ "6c9b6a7a-b987-42a4-bc6e-71215cfc6f33", "67e806c8-8eec-4854-aa2e-c7555d3fd4f8" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.