Retrieve the consumption details of products for a center
This API retrieves the consumption details of all products for the specified center.
You must specify appropriate details for the center_id, start_date, and end_date parameters. Optionally, you can provide the necessary details for the report_type and product_code parameters.
Query parameters
Mandatory Unique 32-character identifier of the center.
Mandatory Start date from which the consumption details of all products are to be retrieved.
Mandatory End date until which the consumption details of all products are to be retrieved.
Optional Indicates the report for the specific type of products: 1 - All, 2 - retail, and 3 - Consumable. Default value: 1.
Optional Product code for which the report has to be fetched. Default value: null.
Response
200
Changes
No recorded changes to this endpoint across all 1 revision of this API.