Advertisement
Guest User

Untitled

a guest
Nov 14th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 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. "productId": 3,
  19. "productName": "camera",
  20. "description": "product-HDCAM",
  21. "price": 3000,
  22. "moq": 300,
  23. "leadTime": 30,
  24. "obicNo": "3",
  25. "quantity": 30,
  26. "active": true,
  27. "createdAtDateTime": "2019-11-13T17:00:00",
  28. "updatedAtDateTime": "2019-11-13T17:00:00",
  29. "userId": 2,
  30. "set": false
  31. },
  32. {
  33. "productId": 4,
  34. "productName": "displayscreen",
  35. "description": "product-Videodisplay",
  36. "price": 45000,
  37. "moq": 30,
  38. "leadTime": 322,
  39. "obicNo": "13",
  40. "quantity": 312,
  41. "active": true,
  42. "createdAtDateTime": "2019-11-13T17:00:00",
  43. "updatedAtDateTime": "2019-11-13T17:00:00",
  44. "userId": 3,
  45. "set": false
  46. }
  47. ]
  48.  
  49. }
  50. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement