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": [ "8df26b96-f97c-481a-9ae7-8e07d872a746", "95ac3d71-ec2f-4b00-842d-3211ab397999" ], "TagIds": [ "90b3890a-5e76-44a2-b2ae-a861906f4895", "b43b1cbd-2c65-4f7a-a072-1e636298fb4c" ], "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>8df26b96-f97c-481a-9ae7-8e07d872a746</d2p1:guid> <d2p1:guid>95ac3d71-ec2f-4b00-842d-3211ab397999</d2p1:guid> </EntityIds> <TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:guid>90b3890a-5e76-44a2-b2ae-a861906f4895</d2p1:guid> <d2p1:guid>b43b1cbd-2c65-4f7a-a072-1e636298fb4c</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. |