tagTypeMigrationRequest element
Type: | tagTypeMigrationRequest |
Namespace: | (default namespace) |
XML Schema: | ns1.xsd |
Tag Type Migration Request
Example JSON
{
"preventTriggerEvent" : false,
"handlePagesByTemplate" : false,
"enabledPostProcessors" : [ {
"className" : "...",
"orderId" : ...
}, ... ],
"mappings" : [ {
"fromTagTypeId" : ...,
"toTagTypeId" : ...,
"partMappings" : [ {
"fromPartId" : ...,
"toPartId" : ...,
"partMappingType" : "..."
}, ... ]
}, ... ],
"type" : "...",
"objectIds" : [ ..., ... ]
}