The warehouse stock status can be retrieved via REST API at the URL:
/c/{firma}/stav-skladu-k-datu, where {firma} is the database identifier of the company.
Parameters
Parameter | * | Description | Default value |
| × | Warehouse identifier, which can be entered as:
|
|
|
| The date as of which the warehouse stock status is determined. The calculation includes warehouse movements with an issue date up to and including the specified date. | Current day |
* = required parameter
Examples
GET /c/demo/stav-skladu-k-datu?sklad=4GET /c/demo/stav-skladu-k-datu?sklad=code:SKLAD&datum=2012-12-12
