Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.65 KB | None | 0 0
  1. {
  2.  
  3. "created_at": "2017-05-01 10:00:00",
  4.  
  5. "brand_id": 1,
  6.  
  7. "outlet_id": 1,
  8.  
  9. "total": 999,
  10.  
  11. "discount": 0,
  12.  
  13. "vat": 17.5,
  14.  
  15. "vat_rate": 7,
  16.  
  17. "net": 999,
  18.  
  19. "remark": "",
  20.  
  21. "type": "self-service",
  22.  
  23. "shipping": "",
  24.  
  25. "shipping_fee": 0,
  26.  
  27. "purchase_channel": {
  28.  
  29. "id": 1,
  30.  
  31. "name": "xxxx"
  32.  
  33. },
  34.  
  35. "delivery_channel": {
  36.  
  37. "id": 1,
  38.  
  39. "name": "รับหน้าร้าน"
  40.  
  41. },
  42.  
  43. "payment_channels": [
  44.  
  45. {
  46.  
  47. "id": 1,
  48.  
  49. "name": "เงินสด",
  50.  
  51. "amount": 1000,
  52.  
  53. "ref_code": ""
  54.  
  55. }
  56.  
  57. ],
  58.  
  59. "transactions": {
  60.  
  61. "order": "pending",
  62.  
  63. "payment": "pending"
  64.  
  65. },
  66.  
  67. "kits": [
  68.  
  69. {
  70.  
  71. "id": 21,
  72.  
  73. "name": "kit name 21",
  74.  
  75. "short_name": "kit short name 21",
  76.  
  77. "code": "c22345",
  78.  
  79. "barcode": "1112233",
  80.  
  81. "price": 199,
  82.  
  83. "type": "single",
  84.  
  85. "discount": 0,
  86.  
  87. "quantity": 2,
  88.  
  89. "items": [
  90.  
  91. {
  92.  
  93. "id": 1,
  94.  
  95. "quantity": 1,
  96.  
  97. "name": "kit item name 1",
  98.  
  99. "short_name": "kit item short name 1",
  100.  
  101. "description": "kit item desc 1",
  102.  
  103. "brand": "kit item bran name 1",
  104.  
  105. "category": "kit item category 1",
  106.  
  107. "price": 199,
  108.  
  109. "ingredients": [
  110.  
  111. {
  112.  
  113. "id": 1,
  114.  
  115. "name": "ingredient name 1",
  116.  
  117. "usage": 1,
  118.  
  119. "unit": "box",
  120.  
  121. "cost": 20
  122.  
  123. }
  124.  
  125. ]
  126.  
  127. }
  128.  
  129. ],
  130.  
  131. "log": {}
  132. }
  133.  
  134. ],
  135.  
  136. "meta": {
  137.  
  138. "qr_ref_code": "QR01"
  139. },
  140.  
  141. "log": {
  142.  
  143. "promotions": [
  144.  
  145. {
  146.  
  147. "id": 1,
  148.  
  149. "action": {
  150.  
  151. "to": "bill",
  152.  
  153. "value": 200
  154.  
  155. }
  156.  
  157. }
  158.  
  159. ]
  160.  
  161. }
  162.  
  163. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement