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.
-
GetAvailableServices
Load a list of available services for an account. -
GetDriverLocationByTicket
Get driver location by ticket number. -
GetWebTicketPhotos
Load a list of available photos by ticket number. PhotoType: 0 - pickup, 1 - delivery. -
GetWebTicketSignatures
Load a list of available signatures by ticket number. SignatureType: 1 - pickup, 2 - delivery. -
HelloWorld
The HelloWorld service returns the string Hello World concatenated with string user. - Status
-
WebTicketCalculate
Returns base price for a given delivery. -
WebTicketDelete
Deletes a ticket by ticket number. Deletion is possible until status of ticket is pending (?) and driver (agent) not assigned.Returns: Reply="OK" or error message. "OK" - ticket has been deleted successfully. TXNO - transaction number returned when ticket has been submitted. Ticket - ticket 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 -
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.