Comment on page
Dropoff Data
It consists of two parts, contact information and location. This is the information visible to the driver at the time of package delivery.
{
"contact": {
"name": " ISABELLE GOMES",
"email": "[email protected]",
"phonenumber": "85-985333180"
},
"location": {
"address": {
"zipcode": "60348450",
"neighborhood": "VILA VELHA",
"streetName": "RUA 24,656",
"state": "CE",
"country": "Brazil",
"city": "FORTALEZA"
},
"instructions": "CONJ DOS BANCARIOS - REF.ENDERECO: PROX A UPA"
}
}
Last modified 1mo ago