PickupInquiry Method
Retrieves the data submitted in your original SchedulePickup request.
Syntax
public void pickupInquiry(String confirmationNumber);
Remarks
This method requires: the exact pickup address and confirmation number returned in the SchedulePickup request (when the SchedulePickup method was called). This method will fill the following properties:
- Company (optional)
- Address1 (required)
- Address2 (optional)
- City (required)
- State (required)
- ZipCode (either the ZipCode or City and State are required)
- ConfirmationNumber (required)
On valid request, returns the information that was originally entered in SchedulePickup call: the sender's information and pickup address (properties listed above) and also the following:
- TotalWeight
- CountExpress
- CountPriority
- CountInternational
- CountOther
- ShipDate
- ConfirmationNumber
- PackageLocation
- SpecialInstructions
The PickupInquiry method is very useful for the ChangePickup request. PickupInquiry will retrieve the data from your original request, and you can then change whatever properties you like and then call ChangePickup.