Advertisement
Guest User

Untitled

a guest
May 24th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. {
  2. "data": {
  3. "order": {
  4. "order_id": 12955,
  5. "uuid": "ee97be59-096f-48d8-aea4-ae722d21704f",
  6. "total_discount": 0,
  7. "total": 28,
  8. "total_paid": 0,
  9. "sub_total": 21.37,
  10. "people_quantity": 6,
  11. "spot_uuid": "132cf85b-6dcf-4a1e-ba76-924b76115425",
  12. "spot": "CORONA",
  13. "table": "C3",
  14. "fees": {
  15. "IGV": 3.85,
  16. "SERVICIO": 2.78
  17. },
  18. "seller": {
  19. "id": 1,
  20. "uuid": "0f29659a-fc16-47f7-88e7-0e2b7bc34aaa",
  21. "full_name": "Alvaro Dasso",
  22. "email": "alvaro@dasso.com.pe",
  23. "identification_value": "76980678"
  24. },
  25. "products": {
  26. "data": [
  27. {
  28. "id": 13323,
  29. "uuid": "2d1538da-ed0d-4731-8ed2-d33e774a7975",
  30. "name": "LA LINDA",
  31. "media": {
  32. "data": null
  33. },
  34. "paid": false,
  35. "quantity": 1,
  36. "quantity_paid": 0,
  37. "currency": "S/",
  38. "price": 28,
  39. "update_price": 28,
  40. "total_price": 28,
  41. "total_paid": 0,
  42. "comments": {
  43. "data": []
  44. },
  45. "status": "preparing",
  46. "display_status": "Preparando producto(s)",
  47. "status_color": "#878D9C",
  48. "discount": {
  49. "type": null,
  50. "amount": null
  51. },
  52. "order_items": {
  53. "data": []
  54. }
  55. }
  56. ]
  57. }
  58. },
  59. "payments": {
  60. "data": []
  61. }
  62. }
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement