Deliveries API
Search
K
Comment on page

Contact

This data is requested for both pickup and delivery. It contains the information necessary for the driver to communicate with the contact at the time of delivery/collection of the task packages.

Detail

Property
Type
Description
Required
Constraint
Example value
name
string
Contact name
SI
-
"Iliana Bolaños"
email
string
Contact email
NO
  • If you do not enter a phone number, this field is required.
  • Must contain a valid email address
phonenumber
string
Phone contact
NO
  • If you do not enter an email address, this field is required.
  • Letters are not allowed
"0990262638"

Example

{
"name": "Iliana Bolaños",
"phonenumber": "0990262638",
"email": "[email protected]"
}