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": [
"58b3acea-1987-4cc6-b8f3-1072deba3fab",
"0b7a5903-8cfe-4ff2-9572-4446528afef3"
],
"TagIds": [
"b600c418-06fd-456b-bf0d-ec38b4bda79e",
"7e84b024-83ce-4428-8701-504b71205f2a"
],
"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>58b3acea-1987-4cc6-b8f3-1072deba3fab</d2p1:guid>
<d2p1:guid>0b7a5903-8cfe-4ff2-9572-4446528afef3</d2p1:guid>
</EntityIds>
<TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:guid>b600c418-06fd-456b-bf0d-ec38b4bda79e</d2p1:guid>
<d2p1:guid>7e84b024-83ce-4428-8701-504b71205f2a</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. |