TagApplicationsResult Data Type

Properties
name data type description
tagApplication array of TagApplication

Example

{
  "tagApplication" : [ {
    "accountId" : 12345,
    "tagId" : 12345,
    "entityType" : "DEVI",
    "entityId" : "...",
    "appliedOn" : 12345,
    "appliedBy" : 12345,
    "optlock" : 12345
  }, {
    "accountId" : 12345,
    "tagId" : 12345,
    "entityType" : "DEVI",
    "entityId" : "...",
    "appliedOn" : 12345,
    "appliedBy" : 12345,
    "optlock" : 12345
  } ]
}