Advertisement
Guest User

Untitled

a guest
Aug 28th, 2015
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. {
  2. "posNr": "1",
  3. "description": "My Life with a nashorn",
  4. "price": "1990",
  5. "ordernumber": "1234",
  6. "customer": {
  7. "firstName": "Alice",
  8. "customernumber": "123456789",
  9. "address": {
  10. "street": "bakerstreet 221b",
  11. "city": "london"
  12. },
  13. "links": [{
  14. "rel": "customer",
  15. "href": "http://localhost:8080/customers/1"
  16. }]
  17. },
  18. "links": [{
  19. "rel": "self",
  20. "href": "http://localhost:8080/orders/1234/1"
  21. }]
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement