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

PropertyTypeDescriptionRequiredConstraint

contact

Details of the contact person who will receive the packages at the time of delivery.

YES

-

location

Details of the address where the packages will be delivered.

YES

-

Example

{
  "contact": {
      "name": " ISABELLE GOMES",
      "email": "isabarroslima@gmail.com",
      "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"
  }
}