Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POST: /alunos/{{codigo_cidade}}/{{id_aluno}}/escola #30

Closed
irwinarruda opened this issue Nov 15, 2021 · 1 comment
Closed

POST: /alunos/{{codigo_cidade}}/{{id_aluno}}/escola #30

irwinarruda opened this issue Nov 15, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@irwinarruda
Copy link
Collaborator

Explicação

Ao tentar vincular uma escola a um aluno, recebo um erro. Para reprodução, listarei os parâmetros que estou usando:

Request:

{
    "Url": "/alunos/5201405/11576/escola",
    "Body": {
      "id_escola": 11020490
    }
}

Response:

{
    "result": false,
    "messages": {
        "nome": "O nome do aluno deve ser informado!",
        "data_nascimento": "O campo data de nascimento deve ser informado!",
        "nome_responsavel": "O nome do responsável pelo aluno deve ser informado!",
        "grau_responsavel": "Informe o grau de parentesco do responsável pelo aluno!"
    }
}
@umarley
Copy link
Owner

umarley commented Jan 12, 2022

@irwinarruda requisição POST vincular escola a aluno testada e verificado que seu funcionamento está 100%.

image

@umarley umarley closed this as completed Jan 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants