Guest User

Untitled

a guest
Jan 22nd, 2018
333
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1. {
  2. "customer_details": {
  3. "email": "junkheng@saltycustoms.com",
  4. "name": "Jun Kheng",
  5. "phone": "0182223333"
  6. },
  7. "quote": {
  8. "deadline": "2018-2-15",
  9. "purpose": "Merchandise",
  10. "locations": [{
  11. "att": "Jun Kheng",
  12. "line1": "42 1st Floor, Jalan Kemuja",
  13. "line2": "Off Jalan Bangsar",
  14. "city": "Kuala Lumpur",
  15. "state": "Wilayah Persekutuan",
  16. "post_code": "50000",
  17. "country_code": "MY"
  18. }],
  19. "garments": [{
  20. "variant_id": "2",
  21. "quantity": "350",
  22. "design": {
  23. "needed": "false",
  24. "proposed_designs": [{
  25. "print_position": "Front",
  26. "fabric_data": "asdasd",
  27. "colors": "5"
  28. },
  29. {
  30. "print_position": "Back",
  31. "fabric_data": "asdasd",
  32. "colors": "4"
  33. },
  34. {
  35. "print_position": "Left",
  36. "fabric_data": "asdasd",
  37. "colors": "2"
  38. },
  39. {
  40. "print_position": "Right",
  41. "fabric_data": "asdasd",
  42. "colors": "3"
  43. }
  44. ]
  45. },
  46. "breakdown": [{
  47. "name": "S",
  48. "quantity": "5"
  49. },
  50. {
  51. "name": "M",
  52. "quantity": "10"
  53. },
  54. {
  55. "name": "L",
  56. "quantity": "2"
  57. },
  58. {
  59. "name": "XL",
  60. "quantity": "6"
  61. },
  62. {
  63. "name": "2XL",
  64. "quantity": "8"
  65. },
  66. {
  67. "name": "3XL",
  68. "quantity": "1"
  69. }
  70. ]
  71. }]
  72. }
  73. }
Add Comment
Please, Sign In to add comment