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

Latest commit

 

History

History
17 lines (14 loc) · 1.03 KB

PickupUpdateRequest.md

File metadata and controls

17 lines (14 loc) · 1.03 KB

# PickupUpdateRequest

Properties

Name Type Description Notes
pickup_date string The expected pickup date Date Format: `YYYY-MM-DD`
address \Karrio\Model\Address
parcels \Karrio\Model\Parcel[] The shipment parcels to pickup.
confirmation_number string pickup identification number
ready_time string The ready time for pickup. Time Format: `HH:MM`
closing_time string The closing or late time of the pickup Time Format: `HH:MM`
instruction string The pickup instruction. eg: Handle with care. [optional]
package_location string The package(s) location. eg: Behind the entrance door. [optional]
options object Advanced carrier specific pickup options [optional]

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