Advertisement
Guest User

Untitled

a guest
Jun 15th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. [
  2. {
  3. "Id":1,
  4. "Name":"Invoice",
  5. "Orders":[
  6. {
  7. "Id":1,
  8. "OrderItems":[
  9. {
  10. "Id":1,
  11. "Qty":5,
  12. "Product":{
  13. "Id":1,
  14. "Name":"TX Spell .NET",
  15. "Description":"Spell checking component",
  16. "Available":true,
  17. "Price":249.56,
  18. "Serial":"AA6765653"
  19. },
  20. "Price":200.56
  21. },
  22. [...],
  23. {
  24. "Price":4433.44
  25. }
  26. ]
  27. }
  28. ]
  29. }
  30. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement