Ships

APIDescription
GET api/Ships

No documentation available.

GET api/Ships/{id}

No documentation available.

PUT api/Ships/{id}

No documentation available.

POST api/Ships

No documentation available.

DELETE api/Ships/{id}

No documentation available.

StockItems

Stock Items CRUD operations

APIDescription
GET api/StockItems

Gets a list of Stock Items

GET api/StockItems/{id}

Gets a single Stock Item

POST api/StockItems

To post a new Stock Item. Item is expected as JSON in the body

DELETE api/StockItems/{id}

No documentation available.

PUT api/StockItems/{id}

No documentation available.

Documents

Documents Controller

APIDescription
GET api/Documents/{id}

Get the shipping document(s) for the StockItem with given id.