POST {version}/ManageTagsForEntities
Create an Entity from the External Source
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
version | string |
None. |
Body Parameters
CallSheetTagManagementName | Description | Type | Additional information |
---|---|---|---|
EntityIds | Collection of globally unique identifier |
None. |
|
TagIds | Collection of globally unique identifier |
None. |
|
ToAddTags | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "EntityIds": [ "5db56d2b-1cae-47d3-b392-e698190eeff6", "b34f2119-83a9-49fb-8d2a-caec8f69b3cf" ], "TagIds": [ "b99592ff-62a6-4116-8661-d91a51bb461f", "81c4830b-16c2-496f-91ee-520b0a1aa42d" ], "ToAddTags": true }
application/xml, text/xml
Sample:
<CallSheetTagManagement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aristotle.CM.Model.CallSheet"> <EntityIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>5db56d2b-1cae-47d3-b392-e698190eeff6</d2p1:guid> <d2p1:guid>b34f2119-83a9-49fb-8d2a-caec8f69b3cf</d2p1:guid> </EntityIds> <TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>b99592ff-62a6-4116-8661-d91a51bb461f</d2p1:guid> <d2p1:guid>81c4830b-16c2-496f-91ee-520b0a1aa42d</d2p1:guid> </TagIds> <ToAddTags>true</ToAddTags> </CallSheetTagManagement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |