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": [ "1f404873-8972-4f36-bd3e-069267a5ad5a", "46f15830-4e2d-48c0-a76f-2dcd8ff1a9cb" ], "Companies": [ "3ee51db0-cc73-4069-ac1a-849a7f3376a9", "724f7919-bf79-40a3-85e0-7eacb7866518" ], "Groups": [ "83a38e97-54cd-4597-899e-26f5c7f6ba68", "359a8426-a96f-4d10-839b-e761c7075458" ], "Opportunities": [ "8c2e1f0a-5c61-4e43-8cc6-b40966627cf0", "7b5b273d-1d4f-40e9-a4f8-695b3797acbc" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.