Quality batch
Endpoints
Create/Update quality batch
| /companies/{companycode}/establishments/{establishmentcode}/quality-batches | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Current context company code | string | 
| Path | establishmentCode | Current context establishment code | string | 
| Body | body | 
Import entity list
| /companies/{companycode}/establishments/{establishmentcode}/quality-batches/import | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Current context company code | string | 
| Path | establishmentCode | Current context establishment code | string | 
| Body | body | 
Data structure
QualityBatch
Quality batch data structure.
| Name | Description | Value | 
|---|---|---|
| companyCode | Current company code | string | 
| establishmentCode | Current establishment code | string | 
| code | Quality batch code | string | 
| itemCode | Quality batch item code | string | 
| birthDate | Birth date of quality batch | datetime (ISO-8601) | 
| criterionValues | list of criterion values | CriterionValue list | 
| statuses | list of statuses | QualityBatchStatus list | 
QualityBatchStatus
| Name | Description | Value | 
|---|---|---|
| beginAt | Begin date of status | datetime (ISO-8601) | 
| statusCode | status code | string | 
ImportQualityBatchList
| Name | Value | 
|---|---|
| callback | string | 
| data | QualityBatch list |