Get Expired Batches
To get expired batches in your inventory by unique medicine Id.
POST
{{apiUrl}}doctor/medicines/get_expire_batch
Get Expired Batches available in your inventory by Medicine Key.
Request Body
Name
Type
Description
apikey*
String
Authentication Token
medicine_id*
String
Unique id of the product
expiry*
String
Date of Expiry in YYYY-MM-DD format.
The API will find the medicines which have expiry less than this date.
Last updated