Prescriptions
Update Refill for Prescription
Permissions needed: ACCESS_PATIENTS Update a specific refill for a prescription
patch/api/v1/prescriptions/{id}/refills/{refill}
Path parameters
refillinteger required
Refill Id
Parameters
#/paths/~1api~1v1~1sales/delete/parameters/0 — unresolved $ref
Request body
Example request
{
"vet_id": 1,
"refilled_at": "2020-01-01",
"label": "1/2 Tablet every day",
"internal_notes": "Internal notes"
}Response
successful operation