Skip to content

Instantly share code, notes, and snippets.

@davixz
Created February 26, 2021 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davixz/852bf6235cfbc93af6674dfd83cb1f33 to your computer and use it in GitHub Desktop.
Save davixz/852bf6235cfbc93af6674dfd83cb1f33 to your computer and use it in GitHub Desktop.
{
"location_id": "3",
"provider": "loggi",
"pickups": [
{
"address": {
"address": "Rua Alberto de Sequeira, 100 - Tijuca, Rio de Janeiro - RJ, Brasil",
"complement": "8o andar"
}
},
{
"address": {
"address": "Rua Adolfo Lutz, 200 - Gávea, Rio de Janeiro - RJ, Brasil",
"complement": "8o andar"
}
}
],
"packages": [
{
"pickupIndex": 0,
"recipient": {
"name": "Cliente A",
"phone": "11912345678"
},
"address": {
"address": "Avenida das Américas, 4666, Barra da Tijuca, Rio de Janeiro - RJ, Brasil",
"complement": ""
},
"dimensions": {
"width": 44,
"height": 38,
"weight": 3000,
"length": 38
},
"charge": {
"value": "10.00",
"method": 2,
"change": "5.00"
}
},
{
"pickupIndex": 1,
"recipient": {
"name": "Cliente B",
"phone": "11912345678"
},
"address": {
"address": "Av. Ayrton Senna, 3000 - Barra da Tijuca, Rio de Janeiro - RJ, Brasil",
"complement": ""
},
"dimensions": {
"width": 22,
"height": 14,
"weight": 2000,
"length": 25
},
"charge": {
"value": "6.00",
"method": 2,
"change": "4.00"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment