MyService
RushService for courier/delivery companies. You may use the following web methods to submit your company orders to the courier service.
The following operations are supported. For a formal definition, please review the Service Description.
-
WebTicketSubmit
Once you fill out your form you may submit your order using this method.Please be sure to fill out each field as they might be necessary to process your order in a timely manner. -
WebTicketRetrieveByTicket
Retrieves signature and delivery time using a ticket number. -
HelloWorld
The HelloWorld service returns the string Hello World concatenated with string user. -
WebTicketRetrieveByReference
Retrieves signature and delivery time using a reference number. -
WebTicketLogin
This allows login to the Messenger Server running at the courier site. The user and password are assigned to you by the courier company. Please contact your courier company for assistance. After successful login, a Guid will be assigned to your session. You should use this Guid in all subsequent calls to the server - Status
-
WebTicketCalculate
Returns base price for a given delivery. -
WebTicketRetrieveByDate
Using start & end dates, this web method allows for downloading all orders from the courier company for a given period. Orders are first searched in the dispatching area. Then the ORD table is searched. Both StartDate & EndDate must be in yyyymmdd format. -
WebTicketLogout
Call to logout from the Messenger Server and close all sessions.