API documentation
Method list
Test your request
Changelog


getInventoryDocumentSeries
This method allows you to retrieve information about available inventory document series in Base. Each series can be linked to a specific warehouse and can have its own numbering format settings.


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
document_seriesarrayList of document series
| - document_series_idintDocument series identifier
| - namevarchar(20)Document series name
| - document_typeintThe type of document for which this series is intended: 0-GR, 1-IGR, 2-GI, 3-IGI, 4-IT, 5-OB
| - warehouse_idintThe warehouse ID to which this series applies
| - formatvarchar(30)Document number format pattern



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