Skip to content

POST /app/services/organization

Description

This endpoint creates a new organization

TIP

user authentication is required to access this information.

PayType

TypeDescription
1Pago en efectivo
2Pago por Tarjeta

Body

NameTypeDescriptionRequired
locationstringlocationYes
allMedicationsstringallMedicationsYes
allMedicalFormulesstringallMedicalFormulesYes
payTypestringpayTypeYes
payIdstringpayIdYes

Response

json
{
  "message": "Organization created successfully",
  "status": 200
}

Released under the MIT License.