Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.05 KB

CreatePickupRequestRequest.md

File metadata and controls

16 lines (12 loc) · 1.05 KB

ShipmondoApi.Dotnet.Model.CreatePickupRequestRequest

Properties

Name Type Description Notes
CarrierCode string Carrier code for the carrier the pickup should be requested for.
PickupAddress CreatePickupRequestRequestPickupAddress
PackageLocation string Where on the address the packages should be picked up.
ReadyBy DateTime When shipments are ready for pickup. Pickup date is taken from the date given here.
ClosedBy DateTime When shipments should be picked up by. The date part is ignored.
ShipmentIds List<int> IDs of the shipments you wish to be picked up.
IsResidential bool Only used for UPS. Whether the pickup address is residential or not. [optional] [default to false]

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