List Order States
Return the available ORDER, PRESCRIPTION, PAYMENT, and ORDER_SUBSTATE states.
Overview
- Method: GET
- Path:
/brand/order/list-states - Tags: brand
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{
"prescriptionStates": "string",
"name": "string",
"type": "string",
"created_at": "2024-01-01T00:00:00.000Z",
"updated_at": "2024-01-01T00:00:00.000Z"
}400
Bad Request
Content Type: application/json
{
"error": "string",
"details": [
{}
]
}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X GET \
https://api.pillexa.com/brand/order/list-states \
-H "Content-Type: application/json" \