rd67

Booking Details

Apr 26th, 2017
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.59 KB | None | 0 0
  1. {
  2.   "success": "1",
  3.   "statuscode": "200",
  4.   "booking": {
  5.     "id": 20,
  6.     "user_id": 3,
  7.     "vendor_id": 12,
  8.     "employee_id": 15,
  9.     "starting_dt": "2017-04-27 20:20:00",
  10.     "ending_dt": "2017-04-27 22:00:00",
  11.     "accepted": "0",
  12.     "price": "50",
  13.     "status": "1",
  14.     "user": {
  15.       "id": 3,
  16.       "name": "Rohit Dalal",
  17.       "profile_pic": "775e048c9fa3dc7e1cfea7d55b88NZ8Lpcz2CCyCYqz1wwT6q0.png",
  18.       "profile_pic_url": "http://ec2-34-197-116-80.compute-1.amazonaws.com/Saloon/public/Api/V1/resize/775e048c9fa3dc7e1cfea7d55b88NZ8Lpcz2CCyCYqz1wwT6q0.png"
  19.     },
  20.     "vendor": {
  21.       "id": 12,
  22.       "name": "Rohit Dalal",
  23.       "profile_pic": "2d78858f05bf90aade68017e9ljXDK5cO7hRwBBFuS8HBw4xxV.jpg",
  24.       "currency": "$",
  25.       "profile_pic_url": "http://ec2-34-197-116-80.compute-1.amazonaws.com/Saloon/public/Api/V1/resize/2d78858f05bf90aade68017e9ljXDK5cO7hRwBBFuS8HBw4xxV.jpg",
  26.       "rating": 3.25
  27.     },
  28.     "vendor_employee": {
  29.       "id": 15,
  30.       "name": "Rohit Dalal",
  31.       "profile_pic": "1bd08fa8b532dea28de66b0dbmineNxlvRio2HNLK94JX3ycb8.jpg",
  32.       "profile_pic_url": "http://ec2-34-197-116-80.compute-1.amazonaws.com/Saloon/public/Api/V1/resize/1bd08fa8b532dea28de66b0dbmineNxlvRio2HNLK94JX3ycb8.jpg"
  33.     },
  34.     "booking_services": [
  35.       {
  36.         "id": 23,
  37.         "service_id": 12,
  38.         "price": "20",
  39.         "timings": "20",
  40.         "service_name": "Manicure of nails 1",
  41.         "description": "Manicure of nailsManicure of nailsManicure of nail2s",
  42.         "service_type": "Service",
  43.         "price_formated": "$20"
  44.       }
  45.     ]
  46.   }
  47. }
Add Comment
Please, Sign In to add comment