Get paginated list of stock states. This endpoint is compatible with React AdminOnRest framework to provide DataSource.
ROLE_SU
ROLE_MANAGER
ROLE_WH
ROLE_STOCK
) required | object (StatesFilter) |
x-tenant | string <uuid> |
Get paginated list of documents. This endpoint is compatible with React AdminOnRest framework to provide DataSource.
ROLE_SU
ROLE_MANAGER
ROLE_WH
) required | object (DocumentFilter) |
x-tenant | string <uuid> |
Get paginated list of warehouses. This endpoint is compatible with React AdminOnRest framework to provide DataSource.
ROLE_SU
ROLE_MANAGER
ROLE_WH
) required | object (WarehouseFilter) |
x-tenant | string <uuid> |
Create new warehouse
ROLE_SU
ROLE_MANAGER
ROLE_WH
) x-tenant | string <uuid> |
id | string <uuid> |
name | string |
Get warehouse by Id
ROLE_SU
ROLE_MANAGER
ROLE_WH
ROLE_STOCK
) id required | string <uuid> |
x-tenant | string <uuid> |
Update warehouse
ROLE_SU
ROLE_MANAGER
ROLE_WH
) id required | string <uuid> |
x-tenant | string <uuid> |
id | string <uuid> |
name | string |
Get single document
ROLE_SU
ROLE_MANAGER
ROLE_WH
) id required | string <uuid> |
x-tenant | string <uuid> |
x-user | string <uuid> |
Create new WZ (Goods Received) document
ROLE_SU
ROLE_MANAGER
ROLE_WH
) warehouse required | string <uuid> |
x-tenant | string <uuid> |
x-user | string <uuid> |
number | string |
Array of objects (Item) [ 0 .. 2048 ] items | |
unlockItems | boolean Whether to unlock all referenced items. |
object |
Create new RW (Internal Goods Issued) document
ROLE_SU
ROLE_MANAGER
ROLE_WH
) warehouse required | string <uuid> |
x-tenant | string <uuid> |
x-user | string <uuid> |
number | string |
Array of objects (Item) [ 0 .. 2048 ] items | |
unlockItems | boolean Whether to unlock all referenced items. |
object |
Create new PZ (Goods Received) document
ROLE_SU
ROLE_MANAGER
ROLE_WH
) warehouse required | string <uuid> |
x-tenant | string <uuid> |
x-user | string <uuid> |
number | string |
Array of objects (Item) [ 0 .. 2048 ] items | |
unlockItems | boolean Whether to unlock all referenced items. |
object |
Create new Inventory document
ROLE_SU
ROLE_MANAGER
ROLE_WH
) warehouse required | string <uuid> |
x-tenant | string <uuid> |
x-user | string <uuid> |
number | string |
Array of objects (Item) [ 0 .. 2048 ] items | |
unlockItems | boolean Whether to unlock all referenced items. |
object |
Create new MM (Goods Transfer) document
ROLE_SU
ROLE_MANAGER
ROLE_WH
) warehouse required | string <uuid> |
x-tenant | string <uuid> |
x-user | string <uuid> |
number | string |
Array of objects (Item) [ 0 .. 2048 ] items | |
unlockItems | boolean Whether to unlock all referenced items. |
object | |
targetWarehouse | string <uuid> |
Lock as much as possible of items
ROLE_SU
ROLE_MANAGER
ROLE_WH
) warehouse required | string <uuid> |
x-tenant | string <uuid> |
x-user | string <uuid> |
qty required | integer <int32> Requested number of packets. |
Array of objects (ItemLock) [ 0 .. 2048 ] items Packet definition. |
Lock as many packets as possible. Packets are defined as named lists of products.
ROLE_SU
ROLE_MANAGER
ROLE_WH
) warehouse required | string <uuid> |
x-tenant | string <uuid> |
x-user | string <uuid> |
object |