POST /app/services/take-examens
Description
This endpoint creates a new take examens
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 |
| payId | string | payId | Yes |
Response
json
{
"message": "Take Examens created successfully",
"status": 200
}