Prescriptions
Create Prescription for Pet
Permissions needed: ACCESS_PATIENTS Store Prescriptions for a specific patient
post/api/v1/pets/{id}/prescriptions
Parameters
#/paths/~1api~1v1~1sales/delete/parameters/0 — unresolved $ref
Request body
Example request
{
"record_id": 1,
"clinic_id": 1,
"vet_id": 1,
"product_id": 1,
"quantity": 5,
"unit_id": 1,
"unit": "Tablet",
"label": "1/2 Tablet every day",
"prescribed_at": "2020-01-01",
"expiration_date": "2020-01-01",
"status": "ACTIVE",
"internal_notes": "Internal notes"
}Response
successful operation