tagTypeMigrationRequest element

Type: tagTypeMigrationRequest
Namespace: (default namespace)
XML Schema: ns1.xsd

Tag Type Migration Request

Example JSON

{ "enabledPostProcessors" : [ { "className" : "...", "orderId" : ... }, ... ], "mappings" : [ { "fromTagTypeId" : ..., "toTagTypeId" : ..., "partMappings" : [ { "fromPartId" : ..., "toPartId" : ..., "partMappingType" : "..." }, ... ] }, ... ], "type" : "...", "objectIds" : [ ..., ... ] }