POST /clientes
Corpo em JSON
{
"nome": "Maria",
"email": "[email protected]",
"telefone": "21 99999 9999"
},
GET /clientes/{id}
GET /clientes
PUT /clientes/{id}
DELETE /clientes/{id}
GET /entregas
POST /entregas
Corpo em JSON
{
"cliente":{
"id": "2"
},
"destinatario":{
"nome": "Joaquim da Silva",
"logradouro": "Rua das Goiabas",
"numero": "100",
"bairro": "Centro",
"complemento":"fundos"
},
"taxa":100.50
}
GET /entregas/{id}
PUT /entregas/{id}/finalizacao
GET /entregas/{id}/ocorrencias
Corpo em JSON
{
"descricao": "Tentativa sem sucesso"
}
GET /entregas/{id}/ocorrencias