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": [
"63c63525-9551-4d27-970f-4440e7df2140",
"4d87ec56-83a0-42a4-ab7d-66ac5e9f24c1"
],
"Companies": [
"37c02d9e-db29-4527-97d5-a56149e250e5",
"5b57175e-d658-4065-ad32-966086249139"
],
"Groups": [
"297830f8-0e60-4f06-8242-361be3061f34",
"6c0eb69b-45db-4e48-b1d6-52eaaaf173b8"
],
"Opportunities": [
"38086a1d-b8d8-44dc-9f59-971e210d3bc6",
"dc9cc6b3-c385-4c9a-9277-3e819164a640"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.