Sap

SAP integration endpoint for creating Freight Orders for Subcontracting. Handles incoming freight order messages from SAP systems.

APIDescription
POST api/v1/sap/LbnFreightOrderForSubcontracting

Creates a Freight Order for Subcontracting in the shipper portal. This endpoint is called by SAP to push new freight orders to the portal.

PUT api/v1/sap/LbnFreightOrderForSubcontracting/{orderingPartyLbnId}/{originatorId}/{freightOrderId}

Creates a Freight Order for Subcontracting in the shipper portal. This endpoint is called by SAP to push new freight orders to the portal.

Security

Contains the security methods related to Shipper API

APIDescription
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

APIDescription
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.

APIDescription
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