Skip to content

POST /app/services/create-medication-collection

Description

This endpoint creates a new medication collection

TIP

user authentication is required to access this information.

PayType

TypeDescription
1Pago en efectivo
2Pago por Tarjeta

Body

NameTypeDescriptionRequired
locationstringlocationYes
payTypestringpayTypeYes
epsstringepsYes
coPagostringcoPagoYes
payIdstringpayIdYes

Response

json
{
  "message": "Medication Collection created successfully",
  "status": 200
}

Released under the MIT License.