Skip to main content

InspectionSampleSelectionSamples

assortmentstring

Packing type, e.g. Solid, Assortment

Example: solid
assortmentQuantitystring

Assortment available quantity

Example: 50
cartonPullinteger

Number of cartons pulled during the inspection

Example: 3
idstring

Custom ID of the list

Example: 111
inspectionIdstring

Unique identifier of the report

Example: abcd1234-ab12-ab12-ab12-abcd1234efgh4568
itemIdstring

Unique identifier of the item

Example: 02112-1851
itemOrderQuantityinteger

Order quantity of the item

Example: 50
organizationIdstring

Unique identifier of the organization who executed the inspection

Example: 200373
sampleIdstring

Unique identifier of the sample

Example: 00537345__solid__02112-1851
samplePullinteger

Number of samples pulled for the item

Example: 9
styleIdstring

Unique identifier of the style of the item

Example: 123456
styleOrderQuantityinteger

Order quantity of the style

Example: 72
InspectionSampleSelectionSamples
{
"assortment": "solid",
"assortmentQuantity": "50",
"cartonPull": "3",
"id": "111",
"inspectionId": "abcd1234-ab12-ab12-ab12-abcd1234efgh4568",
"itemId": "02112-1851",
"itemOrderQuantity": "50",
"organizationId": "200373",
"sampleId": "00537345__solid__02112-1851",
"samplePull": "9",
"styleId": "123456",
"styleOrderQuantity": "72"
}