Skip to main content

InspectionMeasurementDimensions

colorstring

Color of the item

Example: Blue/Pink
dimensionIdstring

Unique identifier of the dimension

Example: 1a2b3c4d-1a2b-c1d2-b3b2-b76cd21e2a34__00537345__029-02-0590__XL__Blue/Pink__9999__0
dimensionIndexinteger

Index of the dimension

Example: 0
idstring

Unique identifier of the item

Example: 029-02-0590
inspectionIdstring

Unique identifier of the report

Example: 1a2b3c4d-1a2b-c1d2-b3b2-b76cd21e2a34
itemIdstring

Unique identifier of the item

Example: 029-02-0590
measurementDescriptionstring

Description of the measurement

Example: 9999
occurrencesinteger

Number of occurrences

Example: 1
organizationIdstring

Unique identifier of the organization who executed the inspection

Example: 200373
samples object[]
  • Array [
  • namestring

    Sample name of the inspection measurement dimension

    Example: shirt_1
    valuenumbernullable

    sample value

    Example: 1.5
  • ]
  • sizestring

    Size of the item

    Example: XXL
    skuIndexinteger

    Index of the SKU

    Example: 0
    standardnumber

    Expected measure

    Example: 10.5
    styleIdstring

    Unique identifier of the style of the item

    Example: 123456
    tolerancenumbernullable

    Accepted gap between the expected measure (standard) and the actual measure

    Example: 2.1
    toleranceLowernumbernullable

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

    Example: 2.1
    toleranceUppernumbernullable

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

    Example: 2.1
    unitstring

    Unit of the measure, e.g. cm, mm, inch

    Example: cm
    InspectionMeasurementDimensions
    {
    "color": "Blue/Pink",
    "dimensionId": "1a2b3c4d-1a2b-c1d2-b3b2-b76cd21e2a34__00537345__029-02-0590__XL__Blue/Pink__9999__0",
    "dimensionIndex": "0",
    "id": "029-02-0590",
    "inspectionId": "1a2b3c4d-1a2b-c1d2-b3b2-b76cd21e2a34",
    "itemId": "029-02-0590",
    "measurementDescription": "9999",
    "occurrences": "1",
    "organizationId": "200373",
    "samples": [
    {
    "name": "shirt_1",
    "value": 1.5
    }
    ],
    "size": "XXL",
    "skuIndex": "0",
    "standard": 10.5,
    "styleId": "123456",
    "tolerance": 2.1,
    "toleranceLower": 2.1,
    "toleranceUpper": 2.1,
    "unit": "cm"
    }