Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. [
  2. {
  3. orderId: 554,
  4. creationDate: "2017-03-25T10:35:20", // Saturday
  5. orderLines: [
  6. {productId: 9872, name: 'Pencil', quantity: 3, unitPrice: 3.00}
  7. ]
  8. },
  9. {
  10. orderId: 555,
  11. creationDate: "2017-03-25T11:24:20", // Saturday
  12. orderLines: [
  13. {productId: 9872, name: 'Pencil', quantity: 2, unitPrice: 3.00},
  14. {productId: 1746, name: 'Eraser', quantity: 1, unitPrice: 1.00}
  15. ]
  16. },
  17. {
  18. orderId: 453,
  19. creationDate: "2017-03-27T14:53:12", // Monday
  20. orderLines: [
  21. {productId: 5723, name: 'Pen', quantity: 4, unitPrice: 4.22},
  22. {productId: 9872, name: 'Pencil', quantity: 3, unitPrice: 3.12},
  23. {productId: 3433, name: 'Erasers Set', quantity: 1, unitPrice: 6.15}
  24. ]
  25. },
  26. {
  27. orderId: 431,
  28. creationDate: "2017-03-20T12:15:02", // Monday
  29. orderLines: [
  30. {productId: 5723, name: 'Pen', quantity: 7, unitPrice: 4.22},
  31. {productId: 3433, name: 'Erasers Set', quantity: 2, unitPrice: 6.15}
  32. ]
  33. },
  34. {
  35. orderId: 690,
  36. creationDate: "2017-03-26T11:14:00", // Sunday
  37. orderLines: [
  38. {productId: 9872, name: 'Pencil', quantity: 4, unitPrice: 3.12},
  39. {productId: 4098, name: 'Marker', quantity: 5, unitPrice: 4.50}
  40. ]
  41. }
  42. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement