BookingMeasurementItem
captionstringrequired
Possible values: non-empty
isPomCriticalbooleannullable
Measurement is critical or not
Example: 
truepomstringrequired
Possible values: non-empty
sizes object[]
Array [
measurementstringrequired
sizestringrequired
Size name
Possible values: non-empty
Example: 
Medium]
tolerancestringrequired
toleranceLowernumbernullable
Accepted lower limit between the expected measure (standard) and the actual measure
Example: 
2.1toleranceUppernumbernullable
Accepted upper limit between the expected measure (standard) and the actual measure
Example: 
2.1unitstringrequired
Possible values: [inch, cm, mm]
BookingMeasurementItem
{
  "caption": "string",
  "isPomCritical": "true",
  "pom": "string",
  "sizes": [
    {
      "measurement": "string",
      "size": "Medium"
    }
  ],
  "tolerance": "string",
  "toleranceLower": 2.1,
  "toleranceUpper": 2.1,
  "unit": "inch"
}