Skip to content

POST /app/services/take-examens

Description

This endpoint creates a new take examens

TIP

user authentication is required to access this information.

PayType

TypeDescription
1Pago en efectivo
2Pago por Tarjeta

Body

NameTypeDescriptionRequired
locationstringlocationYes
payTypestringpayTypeYes
payIdstringpayIdYes

Response

json
{
  "message": "Take Examens created successfully",
  "status": 200
}

Released under the MIT License.