Skip to main content

InspectionSampleSelectionSamples

assortment string

Packing type, e.g. Solid, Assortment

Example: solid
assortmentQuantity string

Assortment available quantity

Example: 50
cartonPull integer

Number of cartons pulled during the inspection

Example: 3
id string

Custom ID of the list

Example: 111
inspectionId string

Unique identifier of the report

Example: abcd1234-ab12-ab12-ab12-abcd1234efgh4568
itemId string

Unique identifier of the item

Example: 02112-1851
itemOrderQuantity integer

Order quantity of the item

Example: 50
organizationId string

Unique identifier of the organization who executed the inspection

Example: 200373
sampleId string

Unique identifier of the sample

Example: 00537345__solid__02112-1851
samplePull integer

Number of samples pulled for the item

Example: 9
styleId string

Unique identifier of the style of the item

Example: 123456
styleOrderQuantity integer

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"
}