Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. [
  2. {
  3. "productId": 100,
  4. "productName": "MbelPackage A",
  5. "description": "Mbel Advanced Package",
  6. "price": 5434,
  7. "moq": 68,
  8. "leadTime": 22,
  9. "obicNo": "8",
  10. "quantity": 70,
  11. "active": true,
  12. "createdAtDateTime": "2019-11-12T17:00:00",
  13. "updatedAtDateTime": "2019-11-12T17:00:00",
  14. "userId": 1,
  15. "set": true,
  16. "products": [
  17. {
  18. "product": {
  19. "productId": 3,
  20. "productName": "camera",
  21. "description": "product-HDCAM",
  22. "price": 3000,
  23. "moq": 300,
  24. "leadTime": 30,
  25. "obicNo": "3",
  26. "quantity": 30,
  27. "active": true,
  28. "createdAtDateTime": "2019-11-13T17:00:00",
  29. "updatedAtDateTime": "2019-11-13T17:00:00",
  30. "userId": 2,
  31. "set": false
  32. },
  33. "quantity": 2
  34. },
  35. {
  36. "product": {
  37. "productId": 4,
  38. "productName": "displayscreen",
  39. "description": "product-Videodisplay",
  40. "price": 45000,
  41. "moq": 30,
  42. "leadTime": 322,
  43. "obicNo": "13",
  44. "quantity": 312,
  45. "active": true,
  46. "createdAtDateTime": "2019-11-13T17:00:00",
  47. "updatedAtDateTime": "2019-11-13T17:00:00",
  48. "userId": 3,
  49. "set": false
  50. },
  51. "quantity": 1
  52. }
  53. ]
  54. }
  55. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement