Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. {
  2. "title": "The Goal: A Process of Ongoing Improvement",
  3. "year": 1992,
  4. "price": 1.45,
  5. "genre": "Business Management",
  6. "stock": 1,
  7. "author": {
  8. "name": "Eliyahu M. Goldratt",
  9. "links": [
  10. {
  11. "href": "/api/authors/921",
  12. "rel": "Author"
  13. }
  14. ]
  15. },
  16. "links": [],
  17. "commands": [
  18. {
  19. "rel": "AddToCart",
  20. "href": "/api/books/242/addToCart",
  21. "method": "POST",
  22. "fields": [
  23. {
  24. "name": "quantity",
  25. "type": "number",
  26. }
  27. ]
  28. }
  29. ]
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement