Skip to main content

MeasurementResponse

caption stringrequired

Caption of the point of measurement

Example: C01
isPomCritical boolean

Measurement is critical or not

Example: true
pom stringrequired

Point of measurement of the measurement chart

Possible values: non-empty

Example: Chest
setId stringnullable

The external id of the measurement set. Use this field when you want to group POMs in a specified set

Example: Set 1
sizes object[]

Sizes in a measurement chart

  • Array [
  • measurement numberrequired

    Measurement value of a size

    Example: 2
    size stringrequired

    Size name

    Possible values: non-empty

    Example: Medium
  • ]
  • tolerance numbernullable

    Tolerance Lower & Upper of a point of measurement, only use this attribute if your organization has not enabled Unequal Tolerance

    Example: 1/4
    toleranceLower numbernullable

    Tolerance Lower, use this attribute together with toleranceUpper if your organization has enabled Unequal Tolerance

    Example: 1/4
    toleranceUpper numbernullable

    Tolerance Upper, use this attribute together with toleranceLower if your organization has enabled Unequal Tolerance

    Example: 3/4
    unit stringrequired

    Unit used for measurement. Current values: inch, cm, mm

    Example: cm
    MeasurementResponse
    {
    "caption": "C01",
    "isPomCritical": "true",
    "pom": "Chest",
    "setId": "Set 1",
    "sizes": [
    {
    "measurement": "2",
    "size": "Medium"
    }
    ],
    "tolerance": "1/4",
    "toleranceLower": "1/4",
    "toleranceUpper": "3/4",
    "unit": "cm"
    }