Login

APIDescription
GET api/Login?username={username}&password={password}

Login to the API to create a Session Token, the returned Token must be supplied as a Basic Authentication in the headers of the general API functions. Login only needs to be called once every 24-hours. Calling Login multiple times will generate a new Token each time.

Manifests

APIDescription
GET api/Manifests

Get All Manifests

GET api/Manifests/{id}

Get a specific Manifest by Receipt Number.

POST api/Manifests

Submit a completed ManifestDTO object to initiate a shipment.

ProductSku

APIDescription
GET api/ProductSku

Returns a list of Product SKUs available to your company.