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": [ "84636f4f-ba96-468e-a6e9-db83fb18cfa2", "4beceec7-8034-4cba-b27f-c1de7b62c8a6" ], "Companies": [ "7950fc57-7417-4e4f-bcda-60d2359709ac", "8f782667-d9d9-4edc-bb48-2b0b5e378020" ], "Groups": [ "0b9c3428-71d0-46f7-a8ba-2bc62f1ec84c", "794ab0e1-0c20-48eb-a83d-6f22ccda2987" ], "Opportunities": [ "73227188-b6c6-4bba-a005-48f30b4a69bd", "ec333c0c-70b8-4501-8617-075ca009e256" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.