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.
-
HelloWorld
The HelloWorld service returns the string Hello World concatenated with string user. - Status
-
WebTicketCalculate
Returns base price for a given delivery. -
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 -
WebTicketLogout
Call to logout from the Messenger Server and close all sessions. -
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. -
WebTicketRetrieveByReference
Retrieves signature and delivery time using a reference number. -
WebTicketRetrieveByTicket
Retrieves signature and delivery time using a ticket number. -
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.