Skip to content

guilhermelouzavio/DigitalBusinessFiap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

FIAP - Digital Business Enablement - 2º Semestre - NAC1 - Rest API Spring Boot

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} 
____________________________

Built With

About

Nac1 Digital Business , api RestFull em spring boot.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published