tagTypeMigrationMapping element
Type: | tagTypeMigrationMapping |
Namespace: | (default namespace) |
XML Schema: | ns1.xsd |
Tag Type Migration mapping object
Example JSON
{
"fromTagTypeId" : ...,
"toTagTypeId" : ...,
"partMappings" : [ {
"fromPartId" : ...,
"toPartId" : ...,
"partMappingType" : "..."
}, ... ]
}