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": [
"d673c225-4cd1-4c25-b94f-1925ecdf4c7b",
"192ed95e-1810-4e36-bd8a-a7b29719967a"
],
"Companies": [
"e6af7616-f40a-4d53-b049-4caba7a9653b",
"419845d2-d46a-4079-bfc2-ae7794176ba4"
],
"Groups": [
"318c9398-e6e0-482c-9fda-58bc2bea9ae4",
"412bf6f9-18c5-44f1-b529-ffbc4376ee41"
],
"Opportunities": [
"c3c836dc-6945-4dcc-a391-1cd6f5b5b494",
"f88680db-5610-427d-8f6e-a9d5d719b2ac"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.