Skip to main content

BookingMeasurementItem

caption stringrequired

Possible values: non-empty

isPomCritical booleannullable

Measurement is critical or not

Example: true
pom stringrequired

Possible values: non-empty

sizes object[]
  • Array [
  • measurement stringrequired
    size stringrequired

    Size name

    Possible values: non-empty

    Example: Medium
  • ]
  • tolerance stringrequired
    toleranceLower numbernullable

    Accepted lower limit between the expected measure (standard) and the actual measure

    Example: 2.1
    toleranceUpper numbernullable

    Accepted upper limit between the expected measure (standard) and the actual measure

    Example: 2.1
    unit stringrequired

    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"
    }