Skip to main content

Stock Status by Date - API

How to Check Inventory Status by Date via REST API?

Written by Lenka Haringerová

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

sklad

×

Warehouse identifier, which can be entered as:

  1. an integer identifier

  2. a search code (code:KOD_SKLADU)

datum

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=4

  • GET /c/demo/stav-skladu-k-datu?sklad=code:SKLAD&datum=2012-12-12

Did this answer your question?