POST /app/services/create-medication-collection
Description
This endpoint creates a new medication collection
TIP
user authentication is required to access this information.
PayType
| Type | Description |
|---|---|
| 1 | Pago en efectivo |
| 2 | Pago por Tarjeta |
Body
| Name | Type | Description | Required |
|---|---|---|---|
| location | string | location | Yes |
| payType | string | payType | Yes |
| eps | string | eps | Yes |
| coPago | string | coPago | Yes |
| payId | string | payId | Yes |
Response
json
{
"message": "Medication Collection created successfully",
"status": 200
}