POST {version}/ManageTagsForEntities

Create an Entity from the External Source

Request Information

URI Parameters

NameDescriptionTypeAdditional information
version

string

None.

Body Parameters

CallSheetTagManagement
NameDescriptionTypeAdditional 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": [
    "b2aa44bd-cec6-4624-82b2-6a04dd84edf0",
    "19f8cdfb-30ae-4b1e-b4db-9e710f1bef85"
  ],
  "TagIds": [
    "cd88572d-7ba1-458a-9910-579c1c19422a",
    "db4d6191-8950-4e1b-879a-e1fded6b43a6"
  ],
  "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>b2aa44bd-cec6-4624-82b2-6a04dd84edf0</d2p1:guid>
    <d2p1:guid>19f8cdfb-30ae-4b1e-b4db-9e710f1bef85</d2p1:guid>
  </EntityIds>
  <TagIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:guid>cd88572d-7ba1-458a-9910-579c1c19422a</d2p1:guid>
    <d2p1:guid>db4d6191-8950-4e1b-879a-e1fded6b43a6</d2p1:guid>
  </TagIds>
  <ToAddTags>true</ToAddTags>
</CallSheetTagManagement>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.