API documentation
Method list
Test your request
Changelog


getInventoryTransferSeries
The method allows you to retrieve a list of available transfer numbering series. Each series is linked to a specific warehouse and defines the numbering format for transfers.


Input parameters
warehouse_idint(optional) Filter series by warehouse ID



Output data
The method returns the data in JSON format.
statusvarchar(30)SUCCESS - request executed correctly
ERROR - an error occurred during an API request. Error details will be described in 2 additional returned fields: error_message and error_code
seriesarrayList of transfer series
| - series_idintSeries identifier
| - namevarchar(20)Series name
| - warehouse_idintWarehouse identifier to which this series applies
| - formatvarchar(30)Document number format pattern



Sample
Input data:
Output data:
A sample request in PHP: