Skip to main content

MeasurementListResponseV2

data object[]

List of measurement charts

  • Array [
  • clientUpdatedDatestring<date-time>

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

    Example: 2019-02-20T06:37:18.048000+00:00
    measurements object[]

    List of measurement charts

  • Array [
  • captionstringrequired

    Caption of the point of measurement

    Example: C01
    chartTypestringnullable

    Name of the chart type this point of measurement belongs to

    Possible values: <= 255 characters

    Example: Knit Tops
    isPomCriticalboolean

    Measurement is critical or not

    Example: true
    pomstringrequired

    Point of measurement of the measurement chart

    Possible values: non-empty

    Example: Chest
    setIdstringnullable

    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 [
  • measurementnumberrequired

    Measurement value of a size

    Example: 2
    sizestringrequired

    Size name

    Possible values: non-empty

    Example: Medium
  • ]
  • tolerancenumbernullable

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

    Example: 1/4
    toleranceLowernumbernullable

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

    Example: 1/4
    toleranceTypestringnullable

    Type of tolerance applied to this point of measurement

    Possible values: [absolute, percentage]

    Example: absolute
    toleranceUppernumbernullable

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

    Example: 3/4
    unitstringrequired

    Unit used for measurement. Allowed values: Dimension - mm, cm, m, inch, yd, ft; Weight - g, kg, t, oz, lb, st; Volume - ml, l, mm3, cm3, m3, in3, gal, ft3, qt, pt, fl oz; Temperature - degc, degf; Area - mm2, cm2, m2, in2, yd2, ft2; Density - gsm, oz/yd2, gram/pair; Quantity - ea, pc, pr, dz, set, pk; Percentage - %.

    Example: cm
  • ]
  • sourcestringnullable

    The source from which the Measurement Chart data comes

    Example: SPARK
    supplierIdstringnullable

    Supplier ID that the measurement chart is shared with

    Example: S001122
  • ]
  • MeasurementListResponseV2
    {
    "data": [
    {
    "clientUpdatedDate": "2019-02-20T06:37:18.048000+00:00",
    "measurements": [
    {
    "caption": "C01",
    "chartType": "Knit Tops",
    "isPomCritical": "true",
    "pom": "Chest",
    "setId": "Set 1",
    "sizes": [
    {
    "measurement": "2",
    "size": "Medium"
    }
    ],
    "tolerance": "1/4",
    "toleranceLower": "1/4",
    "toleranceType": "absolute",
    "toleranceUpper": "3/4",
    "unit": "cm"
    }
    ],
    "source": "SPARK",
    "supplierId": "S001122"
    }
    ]
    }