TagTypeMigrationMapping Data Type

Tag Type Migration mapping object

Properties
name data type description
fromTagTypeId number
toTagTypeId number
partMappings array of MigrationPartMapping

Example

{
  "fromTagTypeId" : 12345,
  "toTagTypeId" : 12345,
  "partMappings" : [ {
    "fromPartId" : 12345,
    "toPartId" : 12345,
    "partMappingType" : "..."
  }, {
    "fromPartId" : 12345,
    "toPartId" : 12345,
    "partMappingType" : "..."
  } ]
}