tagApplicationCreator Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs constraints description
accountId long element edc 1/1 required  
tagId long element edc 1/1 required  
entityId entityId element edc 0/1    

Example

<tagApplicationCreator xmlns="http://eurotech.com/edc/2.0">
  <accountId>...</accountId>
  <tagId>...</tagId>
  <entityId>
    <accountId>...</accountId>
    <entityType>...</entityType>
    <eId>...</eId>
  </entityId>
</tagApplicationCreator>