sheena2994

Untitled

Feb 18th, 2016
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.04 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "msg": "Number of floors has been added successfully!",
  4. "num_of_floors": "6",
  5. "floor_details": {
  6. "1": [
  7. {
  8. "floor_id": "232",
  9. "restaurant_id": "98",
  10. "floor_name": "s",
  11. "floor_height": "20",
  12. "floor_width": "30",
  13. "num_of_tables": "0",
  14. "is_enabled": "1",
  15. "tables_id": "",
  16. "num_of_seats": "",
  17. "table_status": "",
  18. "x_coordinate": "0.0",
  19. "y_coordinate": "0.0",
  20. "height": "0.0",
  21. "width": "0.0",
  22. "customer_visit_id": "",
  23. "reserved_tables_id": "",
  24. "date": "",
  25. "time": "",
  26. "allocated_time": "",
  27. "reservation_type": "",
  28. "time_taken": "",
  29. "time_taken_sec": 0,
  30. "waiting_time_sec": 0,
  31. "time_left": "00:00:00",
  32. "time_left_sec": 0
  33. }
  34. ],
  35. "2": [
  36. {
  37. "floor_id": "233",
  38. "restaurant_id": "98",
  39. "floor_name": "s",
  40. "floor_height": "20",
  41. "floor_width": "30",
  42. "num_of_tables": "0",
  43. "is_enabled": "1",
  44. "tables_id": "",
  45. "num_of_seats": "",
  46. "table_status": "",
  47. "x_coordinate": "0.0",
  48. "y_coordinate": "0.0",
  49. "height": "0.0",
  50. "width": "0.0",
  51. "customer_visit_id": "",
  52. "reserved_tables_id": "",
  53. "date": "",
  54. "time": "",
  55. "allocated_time": "",
  56. "reservation_type": "",
  57. "time_taken": "",
  58. "time_taken_sec": 0,
  59. "waiting_time_sec": 0,
  60. "time_left": "00:00:00",
  61. "time_left_sec": 0
  62. }
  63. ],
  64. "3": [
  65. {
  66. "floor_id": "234",
  67. "restaurant_id": "98",
  68. "floor_name": "t",
  69. "floor_height": "20",
  70. "floor_width": "30",
  71. "num_of_tables": "0",
  72. "is_enabled": "1",
  73. "tables_id": "",
  74. "num_of_seats": "",
  75. "table_status": "",
  76. "x_coordinate": "0.0",
  77. "y_coordinate": "0.0",
  78. "height": "0.0",
  79. "width": "0.0",
  80. "customer_visit_id": "",
  81. "reserved_tables_id": "",
  82. "date": "",
  83. "time": "",
  84. "allocated_time": "",
  85. "reservation_type": "",
  86. "time_taken": "",
  87. "time_taken_sec": 0,
  88. "waiting_time_sec": 0,
  89. "time_left": "00:00:00",
  90. "time_left_sec": 0
  91. }
  92. ]
  93. }
  94. }
Add Comment
Please, Sign In to add comment