Deliveries API
Search
K
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.

Detail

Property
Type
Description
Required
Constraint
contact
Contact
Details of the contact person who will receive the packages at the time of delivery.
YES
-
location
Location
Details of the address where the packages will be delivered.
YES
-

Example

{
"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