Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # CQRS & REST
  2.  
  3. ```json
  4. {
  5. // order data & items
  6. "commands": [
  7. "link": {
  8. "rel": "Place",
  9. "href": "/orders/de305d54-75b4-431b-adb2-eb6b9e546014/commands/place"
  10. },
  11. "link": {
  12. "rel": "Cancel",
  13. "href": "/orders/de305d54-75b4-431b-adb2-eb6b9e546014/commands/cancel"
  14. },
  15. "link": {
  16. "rel": "Modify",
  17. "href": "/orders/de305d54-75b4-431b-adb2-eb6b9e546014/commands/modify"
  18. }
  19. ]
  20. }
  21. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement