Skip to main content

Update Measurement Chart

PUT 

/api/v1/measurement-charts/:style_id

Update Measurement Chart

Request​

Path Parameters

    style_id stringrequired

Body

    clientUpdatedDate date-timenullable

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

    measurements

    object[]

    required

    Possible values: >= 1

    Measurement chart information

  • Array [

  • caption stringrequired

    Possible values: non-empty

    Caption of a point of measurement

    isPomCritical booleannullable

    Measurement is critical or not

    pom stringrequired

    Possible values: non-empty

    Point of measurement

    setId stringnullable

    Possible values: <= 500 characters

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

    sizes

    object[]

    required

    Possible values: >= 1

    List of sizes in the measurement chart

  • Array [

  • measurement numberrequired

    Measurement value of a size

    size stringrequired

    Possible values: non-empty

    Size name

  • ]

  • tolerance numbernullable

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

    toleranceLower numbernullable

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

    toleranceUpper numbernullable

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

    unit stringrequired

    Possible values: [inch, cm, mm]

    Unit in the measurement chart in inch,cm,mm

  • ]

  • source stringnullable

    Possible values: <= 30 characters

    The source from which the Measurement Chart data comes

    supplierId stringnullable

Responses​

OK

Schema

    data

    object

    Measurement charts data

    clientUpdatedDate date-time

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

    measurements

    object[]

    List of measurement charts

  • Array [

  • caption stringrequired

    Caption of the point of measurement

    isPomCritical boolean

    Measurement is critical or not

    pom stringrequired

    Possible values: non-empty

    Point of measurement of the measurement chart

    setId stringnullable

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

    sizes

    object[]

    Sizes in a measurement chart

  • Array [

  • measurement numberrequired

    Measurement value of a size

    size stringrequired

    Possible values: non-empty

    Size name

  • ]

  • tolerance numbernullable

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

    toleranceLower numbernullable

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

    toleranceUpper numbernullable

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

    unit stringrequired

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

  • ]

  • source stringnullable

    The source from which the Measurement Chart data comes

Loading...