Data Access Delivery form
Endpoints
Get list of delivery forms
| /forecast/companies/{companycode}/establishments/{establishmentcode}/start-date/{startDate}/end-date/{endDate}/data-access/delivery-forms | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Current context company code | string | 
| Path | establishmentCode | Current context establishment code | string | 
| Path | startDate | Start date of shipping date bound | datetime (ISO-8601) | 
| Path | endDate | End date of shipping date bound | datetime (ISO-8601) | 
| Query | page | Page index | integer (int32) | 
| Query | size | Entity count per page | integer (int32) | 
Responses
| HTTP Code | Description | Schema | 
|---|---|---|
| 200 | Successfull | < ExportDeliveryForm > array | 
| 400 | Functionnal error | No Content | 
| 403 | Not allowed without Data Access offer | No Content | 
| 500 | Internal server error | No Content | 
Data structure
ExportDeliveryForm
Export Delivery Form data structure.
| Name | Description | Value | 
|---|---|---|
| actType | Act type (=DEL) | string | 
| amount | Amount | double | 
| canceled | True if deliverey form is canceled | boolean | 
| chrono | Chrono | integer | 
| companyCode | Company code | string | 
| creationDate | Creation date | datetime (ISO-8601) | 
| currencyCode | Currency code | string | 
| customerCode | Customer code | string | 
| deliveryDate | Delivery date | datetime (ISO-8601) | 
| establishmentCode | Establishment code | string | 
| firstOrderQuantity | Order quantity 1 | double | 
| firstOrderUnitCode | Order unit code 1 | string | 
| firstQuantity | Quantity 1 | double | 
| firstUnitCode | Unit code 1 | string | 
| itemCode | Item code | string | 
| nb1 | Internal number 1 | integer | 
| nbOffer | Promotion offer number | integer | 
| orderChrono | Order chrono | integer | 
| orderDate | Order date | datetime (ISO-8601) | 
| orderNb1 | Order internal number 1 | integer | 
| planCode | Promotion plan code | string | 
| quantityAdjustment | True if deliverey form is a quantity adjustment | boolean | 
| referenceCode | Promotion reference code | string | 
| secondOrderQuantity | Order quantity 2 | double | 
| secondOrderUnitCode | Order unit code 2 | string | 
| secondQuantity | Quantity 2 | double | 
| secondUnitCode | Unit code 2 | string | 
| shippingDate | Shipping date | datetime (ISO-8601) | 
| shippingSiteCode | Shipping site code | string | 
| statUnit1OrderQuantity | Statistical unit 1 order quantity | double | 
| statUnit1Quantity | Statistical unit 1 quantity | double | 
| statUnit1Code | Statistical unit 1 code | string | 
| suffix | Promotion suffix | string | 
| thirdQuantity | Quantity 3 | double | 
| thirdUnitCode | Unit code 3 | string | 
| updateDate | Update date | datetime (ISO-8601) | 
| soldUnderPromotion | True if delivery form is under promotion | boolean |