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": [ "4c008267-6a4e-4097-a862-744ec211fa59", "2f1d95ac-7da4-45a7-9f7e-ffba36197df6" ], "Companies": [ "d545ef36-9274-49d8-a9fe-832197d6a1ad", "3c02e7dd-8dab-409d-bd33-5992ffb0ea52" ], "Groups": [ "9379dd06-1906-4c74-9616-b87afe47ba18", "4b29a56e-bd96-402a-afda-c34ec2d1bbd8" ], "Opportunities": [ "a6336969-7647-496c-9cb0-7e48bb842620", "a73e9e25-c211-4ab4-8707-ef5694c985a7" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.