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
LinkedEntities| Name | 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": [
"46b2a188-e870-4757-a03e-bdec7b3f1a35",
"cbcd86bd-bdf8-4996-8f94-052ddef7540d"
],
"Companies": [
"e04fd079-0304-4d8e-a798-351ecdc8dedf",
"72c74cee-9a0f-465f-9e64-b51c4e32be8e"
],
"Groups": [
"17286f35-ea5f-48c1-8335-8206dc744473",
"cb09539e-6574-4260-bd06-8ef0629ad2d2"
],
"Opportunities": [
"8f89b4ce-d173-46a9-bd51-511a272dda5f",
"4093ae36-2580-4620-b5a8-a4bf3db10d6b"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.