POST /app/services/organization
Description
This endpoint creates a new organization
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 |
| allMedications | string | allMedications | Yes |
| allMedicalFormules | string | allMedicalFormules | Yes |
| payType | string | payType | Yes |
| payId | string | payId | Yes |
Response
json
{
"message": "Organization created successfully",
"status": 200
}