promised_delivery_minutes | number | 60 | The number of minutes promised for delivery completion |
disable_dropoff_geoverification | boolean | false | If set to true, the system will not perform geographic verification when the delivery is dropped off |
driver_summary | array | [{ "name": "CONTACTLESS DELIVERY", "quantity": 1 }, { "name": "CUTLERY", "quantity": 3 }, { "name": "BBQ Sauce", "quantity": 2 }] | A summary of items with their names and quantities for the driver's reference |
signature_photo_url | string or null | https://captain-driver-app-uploads.s3.amazonaws.com/signature.jpg | URL to access the customer's signature photo if available, null otherwise. This will be null if the delivery is over 30 days old. |
proof_of_delivery_photo_urls | array | ["https://captain-driver-app-uploads.s3.amazonaws.com/handed_to_customer.jpg", "https://captain-driver-app-uploads.s3.amazonaws.com/contactless.jpg"] | An array of URLs to photos providing proof of delivery. This will be empty if the delivery is over 30 days old. |
dropoff_location[name] | string | John Doe | The name of the recipient at the delivery location |
dropoff_location[apartment_number] | string | Suite 55B | The apartment or suite number at the delivery address |
dropoff_location[line_1] | string | 1212 8th Place | The first line of the delivery address (street number and name) |
dropoff_location[line_2] | string | Captain University | The second line of the delivery address (optional additional information) |
dropoff_location[city] | string | Las Vegas | The city of the delivery address |
dropoff_location[state] | string | Nevada | The state or province of the delivery address |
dropoff_location[country] | string | United States of America | The country of the delivery address |
dropoff_location[postcode] | string | 89104 | The postal or ZIP code of the delivery address |
dropoff_location[latitude] | string | 36.15759 | The latitude coordinate of the delivery location |
dropoff_location[longitude] | string | -115.143157 | The longitude coordinate of the delivery location |
dropoff_location[address_specific_instructions_to_driver] | string | Have the concierge call me when you arrive. | Special instructions for the driver regarding the delivery location |