templateMigrationRequest element
Type: | templateMigrationRequest |
Namespace: | (default namespace) |
XML Schema: | ns1.xsd |
Example JSON
{
"mapping" : {
"nodeId" : ...,
"editableTagMappings" : [ {
"partMappings" : [ {
"fromPartId" : ...,
"toPartId" : ...,
"partMappingType" : "..."
}, ... ],
"fromTagId" : ...,
"toTagId" : ...
}, ... ],
"nonEditableTagMappings" : [ {
"fromTagId" : ...,
"toTagId" : ...
}, ... ],
"fromTemplateId" : ...,
"toTemplateId" : ...
},
"enabledPostProcessors" : [ {
"className" : "...",
"orderId" : ...
}, ... ],
"options" : {
"..." : "...",
"---" : ...
}
}