MeasurementItem
Caption of a point of measurement
Possible values: non-empty
C01
Measurement is critical or not
true
Point of measurement
Possible values: non-empty
Chest
The external id of the measurement set. Use this field when you want to group POMs in a specified set
Possible values: <= 500 characters
Set 1
sizes object[]required
List of sizes in the measurement chart
Possible values: >= 1
Measurement value of a size
2
Size name
Possible values: non-empty
Medium
Tolerance Lower & Upper of a point of measurement, only use this attribute if your organization has not enabled Unequal Tolerance
1
Tolerance Lower, use this attribute together with toleranceUpper if your organization has enabled Unequal Tolerance
1
Tolerance Upper, use this attribute together with toleranceLower if your organization has enabled Unequal Tolerance
1
Unit in the measurement chart in inch,cm,mm
Possible values: [inch
, cm
, mm
]
cm
{
"caption": "C01",
"isPomCritical": "true",
"pom": "Chest",
"setId": "Set 1",
"sizes": [
{
"measurement": "2",
"size": "Medium"
}
],
"tolerance": "1",
"toleranceLower": "1",
"toleranceUpper": "1",
"unit": "cm"
}