Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. {
  2. "order_uuid": "{{orderuuid}}",
  3. "device_id": "string",
  4. "status": 2,
  5. "handover": 0,
  6. "delivery_time": 0,
  7. "payment": [{
  8. "type": 0,
  9. "amount": 0,
  10. "name": "string",
  11. "change": 0,
  12. "remark": [
  13. "string"
  14. ],
  15. "signature": "string"
  16. }
  17. ],
  18. "items": [{
  19. "id": "fab995c0-5503-11e8-aa44-934ea2f5dc14",
  20. "unique_id": "e00390c0-896b-11e8-9c75-c5146001486b",
  21. "name": "Mon 0",
  22. "estimated_time": 0,
  23. "image": {
  24. "url": null,
  25. "url_thumb": null
  26. },
  27. "type": 0,
  28. "price": 15000,
  29. "pretax_price": 15000,
  30. "amount": 15000,
  31. "subtotal": 30000,
  32. "qty": 2,
  33. "total_discount": 0,
  34. "total_tax": 0,
  35. "discounts": [],
  36. "taxes": [],
  37. "total": 30000,
  38. "category": {
  39. "id": "a6b58ff0-443d-11e8-a6d6-879b9023cb39",
  40. "name": "Cơm hộp"
  41. },
  42. "options": {
  43. "total": 0,
  44. "breakdown": []
  45. },
  46. "option_set": []
  47. }
  48. ],
  49. "customer": {
  50. "customer_uuid": "{{customer_uuid}}",
  51. "customer_address": "{{customer_address}}",
  52. "customer_lat": {{lat}},
  53. "customer_long": {{long}},
  54. "address_note": "string",
  55. "customer_phone": "{{customer_phone}}",
  56. "country_code": 84
  57. },
  58. "order": {
  59. "total": 30000,
  60. "subtotal": 30000,
  61. "total_tax": 0,
  62. "total_discount": 0,
  63. "discounts": [
  64.  
  65. ],
  66. "taxes": [
  67.  
  68. ]
  69. },
  70. "request_time": 0,
  71. "order_type": 3,
  72. "order_note": "string",
  73. "table": {}
  74. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement