add content for openSAP course week1 unit4

This commit is contained in:
d045778
2020-01-30 17:30:03 +01:00
parent 21265e1138
commit d612b7bc0c
9 changed files with 1029 additions and 80 deletions

View File

@@ -0,0 +1,10 @@
### Submit Orders
POST http://localhost:4004/browse/Orders
Content-Type: application/json
{ "OrderNo":"2019-09...", "Items":[
{ "book_ID":201, "amount":5 },
{ "book_ID":207, "amount":3 }
]}
# Sending this three times should result in a 409: 5 exceeds stock for book #201