Stock Summary
To view the summary of the stock.
Sales Report
POST
{{apiUrl}}master/reports/stock_summary
Request Body
apikey*
String
Authentication token
manufacturer_name
Array
A list of manufacturer name(s) to filter the stock summary by
compress_repsonse
String
"no": Returns the full, detailed response with all data in a readable format. (default)
"yes": Compresses the response, reducing the size by sending data in a more compact format (array of arrays), which can improve performance when handling large datasets
report_fields
Array
A list of fields to include in the stock summary report. Default includes a set of common fields such as medicine_id
, manufacturer_name
, stock
, price
, etc.
location
Array
A list of locations where the stock is stored or needs to be filtered by
item_type
String
"all": Includes all available items. (default)
"discontinued": Only includes items that have been discontinued
Last updated