Inventory
Endpoints
Import entity list
/companies/{companycode}/inventories/import |
Parameters
Type | Name | Description | Schema |
---|---|---|---|
Path |
companyCode |
Current context company code |
string |
Body |
body |
Data structure
ImportInventoryList
Name | Value |
---|---|
callback |
string |
data |
Inventory list |
parameters |
Inventory
Inventory data structure.
Name | Description | Value | Business rules |
---|---|---|---|
batchCode |
Batch code |
string |
20 characters max |
companyCode |
Current company code |
string |
2 characters max |
depositCode |
Deposit code |
string |
10 characters max |
establishmentCode |
Current establishment code |
string |
2 characters max |
inventoryDate |
Inventory date |
datetime (ISO-8601) |
YYYY-MM-DDTHH:MM:SSZ |
itemCode |
Item code |
string |
20 characters max |
quantity1 |
Quantity 1 |
double |
|
quantity2 |
Quantity 2 |
double |
|
quantity3 |
Quantity 3 |
double |
|
unitCode1 |
Unit code 1 |
string |
5 characters max |
unitCode2 |
Unit code 2 |
string |
5 characters max |
unitCode3 |
Unit code 3 |
string |
5 characters max |