Deliveries API
Search
K
Comment on page

Pickup Data

It consists of two parts, contact information and location. This is the information visible to the driver when picking up the packages.

Detail

Property
Type
Description
Required
Constraint
contact
Contact
Contact information of the person who will provide the packages at the time of collection.
YES
-
location
Location
Details of the address where the packages will be collected.
YES
-

Example

{
"contact": {
"name": "04 0213 - KNDY-CE",
"email": "nao informado",
"phonenumber": "(11) 3434-6800"
},
"location": {
"address": "AV SARGENTO HERMINIO SAMPAIO, 2411 - PRESIDENTE KENNEDY, FORTALEZA - CE, 60320105 - COMPLEMENTO: LOTE 01 QUADRA 04",
"instructions": ""
}
}