-
Notifications
You must be signed in to change notification settings - Fork 2
API: Recurso Solicitação
jairofilho79 edited this page Jul 5, 2019
·
6 revisions
Método: POST
URL: /api/solicitations
name
: Nome de usuário.
email
: Endereço de correio eletrônico.
registrationNumber
: Número de Matrícula. (Opcional)
type
: Lista de e-mail.
course
: Curso.
admissionType
: Forma de Ingresso.
Status: 201
Corpo:
-
name
: String -
email
: String -
registrationNumber
: String -
type
: String -
course
: enum:['cbcc', 'cbsi', 'other'] -
admissionType
: enum:['psufpa', 'sisu', 'other']
Código | Descrição |
---|---|
INVALID_REQUEST |
name , email , type , course ou admissionType não fornecidos. |
UNPROCESSABLE_ENTITY |
email e-mail duplicado ou registrationNumber inválido. |