TagApplicationCreator Data Type

Properties
name data type constraints description
accountId number required
tagId number required
entityId EntityId  

Example

{
  "accountId" : 12345,
  "tagId" : 12345,
  "entityId" : {
    "accountId" : 12345,
    "entityType" : "DEVI",
    "eId" : "..."
  }
}