removed total and netAmount

This commit is contained in:
Daniel
2019-11-18 14:50:45 +01:00
parent 88c1aa0282
commit 345d7fa37b
5 changed files with 12 additions and 51 deletions

View File

@@ -2,6 +2,10 @@
### List Books with their current stocks
GET http://localhost:4004/admin/Books?$select=ID,stock
### List all Orders
GET http://localhost:4004/admin/Orders?
&$expand=Items
### Submit Orders
POST http://localhost:4004/browse/Orders
Content-Type: application/json