Miscellaneous movements : input
Endpoints
Create stock input item batch
| /companies/{companycode}/establishments/{establishmentcode}/misc-movements-input | 
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}/misc-movements-input/import | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | companyCode | Current context company code | string | 
| Path | establishmentCode | Current context establishment code | string | 
| Body | body | 
Data structure
MiscMovementsInput
Miscellaneous movements input data structure.
| Name | Description | Value | Associated rules | 
|---|---|---|---|
| companyCode | Company code | string | |
| establishmentCode | Establishment code | string | |
| movementDate | Stock movement date | datetime (ISO-8601) | |
| natureCode | Input stock nature code | string | |
| itemBatchQuantities | Material to input in stock | ||
| localisation | Localisation of stock input destination | 
ImportMiscMovementsInputList
| Name | Value | 
|---|---|
| callback | string | 
| data | MiscMovementsInput list |