Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. {
  2. "items": [
  3. {
  4. "item_uuid": "01402df0-7835-11e8-b188-6b0d72f9ed42",
  5. "item_quantity": 1,
  6. "pickup_date": "2018-07-20 15:00:00",
  7. "tag_numbers": [
  8. "0011","0012"
  9. ],
  10.  
  11. "price": 120,
  12. "total": 120,
  13. "subtotal": 120,
  14. "total_tax": 0,
  15. "total_discount": 0,
  16. "total_option": 0,
  17. "discounts": [
  18.  
  19. ],
  20. "taxes": [
  21.  
  22. ],
  23. "item_options": [
  24.  
  25. ]
  26. }
  27. ],
  28. "order": {
  29. "total":120,
  30. "subtotal": 120,
  31. "total_tax": 0,
  32. "total_discount": 0,
  33. "discounts": [
  34.  
  35. ],
  36. "taxes": [
  37.  
  38. ]
  39. },
  40. "customer": {
  41. "customer_uuid": "1bdfb5c0-84ce-11e8-bcea-81f687152cb7"
  42.  
  43.  
  44. }
  45. ,
  46. "request_time": 0,
  47. "order_type": 2,
  48. "order_note": "string",
  49. "device_id": "string",
  50. "supplier_order": 0,
  51. "table": {
  52.  
  53. }
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement