Actual manufacturing
Endpoints
Import entity list
| /companies/{companycode}/actual-manufacturings/import | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Current context company code | string | 
| Body | body | 
Data structure
ActualManufacturing
Actual manufacturing data structure.
| Name | Description | Value | Business rules | 
|---|---|---|---|
| activityCode | Activity code | string | 20 characters max | 
| activitySuiteCode | Activity suite code | string | 20 characters max | 
| companyCode | Current company code | string | 2 characters max | 
| depositCode | Deposit code | string | 10 characters max | 
| endDate | End date | datetime (ISO-8601) | YYYY-MM-DDTHH:MM:SSZ | 
| establishmentCode | Current establishment code | string | 2 characters max | 
| firstQuantity | First quantity | double | |
| firstUnitCode | First unit code | string | 5 characters max | 
| itemCode | Item code | string | 20 characters max | 
| secondQuantity | Second quantity | double | |
| secondUnitCode | Second unit code | string | 5 characters max | 
| startDate | Start date | datetime (ISO-8601) | YYYY-MM-DDTHH:MM:SSZ | 
ImportActualManufacturingList
| Name | Value | 
|---|---|
| callback | string | 
| data | ActualManufacturing list | 
| parameters | 
ActualManufacturingParameters
Actual manufacturing parameters structure.
| Name | Description | Value | 
|---|---|---|
| dateType | Date type | string (LAST_MONTH, LAST_WEEK, LAST_DAY, CUSTOM) | 
| deleteBeforeImport | Delete actual manufacturing of the scope before import ? | boolean | 
| endDate | End date | datetime (ISO-8601) | 
| establishmentCode | Establishment code | string | 
| startDate | Start date | datetime (ISO-8601) |