Advertisement
Guest User

booking-body

a guest
Jan 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.18 KB | None | 0 0
  1. {
  2.   "spaBranchId": 20,
  3.   "spaId": 20,
  4.   "currency": "VND",
  5.   "date": "Sat Jan 20 2018 16:25:50 GMT+0700",
  6.   "year": 2018,
  7.   "month": 1,
  8.   "day": 20,
  9.   "hour": 16,
  10.   "minute": 30,
  11.   "appointments": [
  12.     {
  13.       "spaBranchId": 20,
  14.       "spaId": 20,
  15.       "currency": "VND",
  16.       "appointmentDate": "Sat Jan 20 2018 16:25:50 GMT+0700",
  17.       "appointmentType": "RECEPTION",
  18.       "date": "Sat Jan 20 2018 16:25:50 GMT+0700",
  19.       "year": 2018,
  20.       "month": 1,
  21.       "day": 20,
  22.       "hour": 16,
  23.       "minute": 30,
  24.       "appointmentContents": [
  25.         {
  26.           "appointmentCustomerType": "CUSTOMER",
  27.           "appointmentDate": "Sat Jan 20 2018 16:25:50 GMT+0700",
  28.           "appointmentDay": 20,
  29.           "appointmentHour": 16,
  30.           "appointmentMinute": 30,
  31.           "customerName": "Tung tung",
  32.           "facility": {
  33.             "id": 27
  34.           },
  35.           "humanStage": "ADULT",
  36.           "service": {
  37.             "id": 239
  38.           },
  39.           "staff": {
  40.             "id": 74
  41.           },
  42.           "spaBranchId": 20,
  43.           "spaId": 20,
  44.           "currency": "VND"
  45.         }
  46.       ],
  47.       "confirmStatus": "CONFIRMED"
  48.     }
  49.   ]
  50. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement