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:
A sample request in PHP:
Output data
The method returns the data in JSON format.
| status | varchar(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_series | array | List of document series |
| | - document_series_id | int | Unique identifier of the series |
| | - name | varchar(20) | The name of the series |
| | - document_type | int | The type of document for which this series is intended: 0 - GR, 1 - IGR, 2 - GI, 3 - IGI, 4 - IT, 5 - OB |
| | - warehouse_id | int | The warehouse ID to which this series applies |
| | - format | varchar(30) | The format for document numbering |
Sample
Input data:Output data:
A sample request in PHP: