POST {version}/ManageTagsForEntities
Create an Entity from the External Source
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
None. |
Body Parameters
CallSheetTagManagement| Name | 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": [
"9710dfcf-5142-4cd1-aa83-5337739b2a2e",
"32388f19-c6ab-4496-9838-1fa8e820e705"
],
"TagIds": [
"08cc6bb0-e66b-484b-95f4-c29c252fb7e7",
"e0fcdb38-fc58-42de-abbc-504ea7dff50d"
],
"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>9710dfcf-5142-4cd1-aa83-5337739b2a2e</d2p1:guid>
<d2p1:guid>32388f19-c6ab-4496-9838-1fa8e820e705</d2p1:guid>
</EntityIds>
<TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>08cc6bb0-e66b-484b-95f4-c29c252fb7e7</d2p1:guid>
<d2p1:guid>e0fcdb38-fc58-42de-abbc-504ea7dff50d</d2p1:guid>
</TagIds>
<ToAddTags>true</ToAddTags>
</CallSheetTagManagement>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |