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": [
"c57f597e-c2e3-4b71-b251-4b1d4ead398f",
"7bc72049-a713-4f4d-8bbe-faa8c877535d"
],
"Companies": [
"f3d661c9-8dd7-4f77-bcc3-91f60784f837",
"cb41e9ff-a34d-4c2f-8a94-ec28c03bd2ef"
],
"Groups": [
"95edfc33-0c32-44f3-9726-1cf0d094c6c9",
"48aa00f1-6e62-41d1-9157-254c87f8407a"
],
"Opportunities": [
"ec37dc81-c891-40f5-aa24-a78e5bc2835c",
"47ae9198-3465-41ed-b9d6-637a6afbcbb3"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.