Security
Contains the security methods related to Shipper API
API | Description |
---|---|
POST api/Security/UserInfo |
Use this method to authenticate a user and get profile information |
Ship
Use this controller to access the method used to create a shipment in ShipSameday.com
API | Description |
---|---|
POST api/Ship |
Used to create a new shipment in CNW TMS. The method is secure and requires a UserGUID to be assigned. |
POST api/Ship/{ShipmentNumber}/Reference |
Used to update a shipment's reference. |
POST api/Ship/ActivateOrder |
Use to activate an order from a quote status, you can also update contents |
POST api/Ship/CancelOrder |
Use this method to cancel an order that has not shipped yet |
POST api/Ship/GetAvailableServices |
Use this method to get a list of available services and estimated rates |
POST api/Ship/Piece/GetList |
No documentation available. |
Track
This controller is used to provide tracking information and status for shipments.
API | Description |
---|---|
GET api/Track/{CompanyID}/{TrackingNumber} |
Used to provide tracking information on public facing web site (non secure). Limited information is provided since the method can be access outside of the security restrictions. |
GET api/Track/{UserGUID}/{TrackingNumber}/{TimeFormat} |
Use this method to get detailed status information regarding your shipment. This is a secure method that requires a UserGUID parameter for authentication. |
GET api/Track/GetActiveOrders/{UserGUID} |
Used to retrieve the current active orders |
GET api/Track/GetRecentDeliveries/{UserGUID} |
Used to retrieve the recent deliveries |