Send To Pharmacy
Send a prescription to a pharmacy for fulfillment.
Overview
- Method: POST
- Path:
/clinician/macros/send-to-pharmacy - Tags: clinician
Parameters
No parameters required.
Request Body
- Content Type:
application/json - Required: Yes
Fields
| Field | Type | Required | Details |
|---|---|---|---|
| prescriptionId | string | Yes | |
| pharmacyId | string | No | |
| notes | string | No |
Responses
200
Successful response
Content Type: application/json
{
"prescriptionId": "string",
"status": "string",
"message": "string"
}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X POST \
https://api.pillexa.com/clinician/macros/send-to-pharmacy \
-H "Content-Type: application/json" \
-d '{"example": "data"}'