Ships
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| 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
| API | Description |
|---|---|
| GET api/Documents/{id} |
Get the shipping document(s) for the StockItem with given id. |