name | data type | description |
---|---|---|
partMappings | array of MigrationPartMapping | |
Properties inherited from TemplateMigrationTagMapping |
||
fromTagId | number | Returns the source or from template tag for this mapping |
toTagId | number | Returns the target or to template tag for this mapping |
Example
{ "partMappings" : [ { "fromPartId" : 12345, "toPartId" : 12345, "partMappingType" : "..." }, { "fromPartId" : 12345, "toPartId" : 12345, "partMappingType" : "..." } ], "fromTagId" : 12345, "toTagId" : 12345 }