sheena2994

Untitled

Jan 27th, 2016
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.29 KB | None | 0 0
  1. {
  2. "success": 1,
  3. "msg": "Following are the details!",
  4. "n_count": 0,
  5. "restaurant_details": {
  6. "restaurant_id": "2",
  7. "token": "goYbuwSj1sWrJNoza7kXYO4qu0VCorI1",
  8. "name": "Four colors",
  9. "username": "tao",
  10. "address": "Sector-26",
  11. "city": "Chandigarh",
  12. "state": "Chandigarh",
  13. "zipcode": "160019",
  14. "num_of_floors": "3",
  15. "waiting_time": "01:00:00",
  16. "country_code": "+52",
  17. "plan": "BASIC",
  18. "subscription_fee": "69",
  19. "updated_at": "2016-01-27 15:52:20",
  20. "created_at": "2015-10-20 05:08:46",
  21. "payment_alert_status": "0",
  22. "language": "en",
  23. "new_customer_info": [
  24. "1",
  25. "1"
  26. ],
  27. "reservation_info": [
  28. "1",
  29. "1"
  30. ],
  31. "subscription_from": "2016-01-05 16:12:29",
  32. "subscription_to": "2016-03-26 16:40:29",
  33. "last_subscribed_date": "Jan 05, 2016"
  34. },
  35. "floor_details": {
  36. "1": [
  37. {
  38. "floor_id": "16",
  39. "restaurant_id": "2",
  40. "num_of_tables": "1",
  41. "tables_id": "495",
  42. "num_of_seats": "4",
  43. "table_status": "available",
  44. "x_coordinate": "90",
  45. "y_coordinate": "38",
  46. "height": "90",
  47. "width": "90"
  48. }
  49. ],
  50. "2": [
  51. {
  52. "floor_id": "17",
  53. "restaurant_id": "2",
  54. "num_of_tables": "1",
  55. "tables_id": "497",
  56. "num_of_seats": "6",
  57. "table_status": "available",
  58. "x_coordinate": "521",
  59. "y_coordinate": "176",
  60. "height": "52",
  61. "width": "132"
  62. }
  63. ],
  64. "3": [
  65. {
  66. "floor_id": "18",
  67. "restaurant_id": "2",
  68. "num_of_tables": "0",
  69. "tables_id": "",
  70. "num_of_seats": "",
  71. "table_status": "",
  72. "x_coordinate": "0.0",
  73. "y_coordinate": "0.0",
  74. "height": "0.0",
  75. "width": "0.0"
  76. }
  77. ]
  78. }
  79. }
Add Comment
Please, Sign In to add comment