Skip to main content

MeasurementForm

clientUpdatedDate date-timenullable

The last updated date from the client system of the Measurement Chart

Example: 2019-02-20T06:37:18Z
measurements object[]required

Measurement chart information

Possible values: >= 1

  • Array [
  • caption stringrequired

    Caption of a point of measurement

    Possible values: non-empty

    Example: C01
    isPomCritical booleannullable

    Measurement is critical or not

    Example: true
    pom stringrequired

    Point of measurement

    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

    Possible values: <= 500 characters

    Example: Set 1
    sizes object[]required

    List of sizes in the measurement chart

    Possible values: >= 1

  • 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
    toleranceLower numbernullable

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

    Example: 1
    toleranceUpper numbernullable

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

    Example: 1
    unit stringrequired

    Unit in the measurement chart in inch,cm,mm

    Possible values: [inch, cm, mm]

    Example: cm
  • ]
  • source stringnullable

    The source from which the Measurement Chart data comes

    Possible values: <= 30 characters

    Example: SPARK
    supplierId stringnullable
    MeasurementForm
    {
    "clientUpdatedDate": "2019-02-20T06:37:18Z",
    "measurements": [
    {
    "caption": "C01",
    "isPomCritical": "true",
    "pom": "Chest",
    "setId": "Set 1",
    "sizes": [
    {
    "measurement": "2",
    "size": "Medium"
    }
    ],
    "tolerance": "1",
    "toleranceLower": "1",
    "toleranceUpper": "1",
    "unit": "cm"
    }
    ],
    "source": "SPARK",
    "supplierId": "string"
    }