MigrationPartMapping Data Type

The tagtype migration part mapping model

Properties
name data type description
fromPartId number
toPartId number
partMappingType string

Example

{
  "fromPartId" : 12345,
  "toPartId" : 12345,
  "partMappingType" : "..."
}