Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 1.24 KB

PickupRequest.md

File metadata and controls

19 lines (14 loc) · 1.24 KB

PickupRequest

Properties

Name Type Description Notes
pickup_date str The expected pickup date Date Format: `YYYY-MM-DD`
address AddressData
parcels [ParcelData] The shipment parcels to pickup.
ready_time str The ready time for pickup. Time Format: `HH:MM`
closing_time str The closing or late time of the pickup Time Format: `HH:MM`
instruction str, none_type The pickup instruction. eg: Handle with care. [optional]
package_location str, none_type The package(s) location. eg: Behind the entrance door. [optional]
options {str: (bool, date, datetime, dict, float, int, list, str, none_type)}, none_type Advanced carrier specific pickup options [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]