-
Notifications
You must be signed in to change notification settings - Fork 0
Home
sebastiaoRealino edited this page Nov 26, 2017
·
6 revisions
Documentation for Java Project (dm107 project)
username | password |
---|---|
admin | admin |
POST | /entrega |
---|---|
Required fields | client_id,num_pedido |
Response ok: | Entrega criada com sucesso! |
Body:
{
"num_pedido": "8",
"recebedor_nome": "1212312",
"recebedor_cpf": "1231233123",
"client_id": "5",
"data_entrega": "10/11/2017"
}
GET | /entrega |
---|---|
queryParam | num_pedido |
Response ok: | status 200 |
Body:
{
"num_pedido": "5",
"recebedor_nome": "1212312",
"recebedor_cpf": "1231233123",
"client_id": "5",
"data_entrega": "10/11/2017"
}