Test in PostMan Port: 8084
GET/pacientes
______________________________
POST/pacientes
JSON body:
{
"nome": "name",
"cpf": "xxxxxxxxxxx",
"tipoSanguineo": "tipo",
"genero" = "M";
"email" = "[email protected]";
"telefone" = "9 9999-5555";
}
PUT/pacientes/{id}
_____________________________
JSON body:
{
"nome": "name",
"cpf": "xxxxxxxxxxx",
"tipoSanguineo": "tipo",
"genero" = "M";
"email" = "[email protected]";
"telefone" = "9 9999-5555";
}
}
DELETE/pacientes/{id}
____________________________