API documentation
Method list
Test your request
Changelog


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


Input parameters



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_idintUnique identifier of the series
| - namevarchar(20)The name of the series
| - 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)The format for document numbering



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