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

PropertyTypeDescriptionRequiredConstraint

contact

Contact information of the person who will provide the packages at the time of collection.

YES

-

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": ""
    }
}