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": [ "8a8dfa3b-da3b-413a-b9f7-bd5bcbee55d4", "80f635ab-f02a-49bb-914f-3b703f96f0b2" ], "Companies": [ "88e971aa-0fcc-46d6-94c4-c1a01b394e5b", "104c0763-44ce-4a79-8e2c-9ecfefefffbb" ], "Groups": [ "d69c7d2c-956a-4b80-886a-bcb63e4c1620", "232a766e-0e8d-4a9c-bcf6-48685b296948" ], "Opportunities": [ "75765e69-9d81-4a7b-9f36-a36228d1a3af", "56bb2e96-a237-4489-9495-2804719104d4" ] }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.