June 2017
Intermediate to advanced
274 pages
7h 45m
English
This microservice will have the following functions exposed as HTTP endpoints for consumption.
| API resource description | API resource description |
| POST /api/order {customerid } | Gets all the books in the shopping cart of the customer and creates an order for the same |
| DELETE /api/order {customerid } | Removes the book from the shopping cart of the customer |
| GET /api/order{orderid} | Gets all the books as part of the specific order |

Read now
Unlock full access