Invoice

Use to manage invoices

APIDescription
GET api/Invoice/Detail/{UserGUID}/{InvoiceNumber}

Retrieve the details for an invoice including file data

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 ShipSameday. The method is secure and requires a UserGUID to be assigned.

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

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