Advertisement
Guest User

Untitled

a guest
Jan 19th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. {
  2. "appointments": [
  3. {
  4. "appointmentContents": [
  5. {
  6.  
  7. "appointmentCustomerType": "CUSTOMER",
  8. "appointmentDate": "2018-01-15T00:09:55.967Z",
  9. "appointmentDay":15 ,
  10. "appointmentHour": 9,
  11. "appointmentMinute": 55,
  12. "appointmentYear": 2018,
  13. "customerSpaBranch": {
  14. "id": 26,
  15. "name": "Hung Nguyen Dang"
  16. },
  17. "customerName": "Hung Nguyen Dang",
  18. "facility": {
  19. "id": 12,
  20. "name": "tang 10"
  21. },
  22. "facilityName": "tang 10",
  23. "humanStage": "ADULT",
  24.  
  25. "service": {
  26. "id": 41,
  27. "name": "tung"
  28. },
  29. "serviceName": "Massage Lung",
  30. "servicePrice": 60000,
  31. "serviceTime": 90,
  32. "spaBranchId": 32,
  33. "spaId": 32,
  34. "staff": {
  35. "id": 16,
  36. "name": "tung tung"
  37. },
  38. "staffName": "tung tung",
  39. "total": 1500000,
  40. "totalText": "1.500.000"
  41. }
  42. ],
  43. "appointmentDate": "2018-01-15T00:09:55.968Z",
  44. "appointmentType": "RECEPTION",
  45. "confirmStatus": "NOT_CONFIRMED",
  46. "currency": "VND",
  47. "day": 15,
  48. "hour": 9,
  49. "minute": 30,
  50. "year": 2018,
  51. "month": 1,
  52. "spaBranchId": 32,
  53. "spaId": 32,
  54. "totalAdult": 1,
  55. "totalAmount": 1500000,
  56. "totalAmountText": "1.500.000",
  57. "totalKids": 0
  58.  
  59. }
  60. ],
  61. "currency": "VND",
  62. "day": 15,
  63. "hour": 9,
  64. "minute": 30,
  65. "year": 2018,
  66. "date": "2018-01-15T00:09:55.967Z",
  67. "month": 1,
  68. "name": "Hung Nguyen",
  69. "spaBranchId": 32,
  70. "spaId": 32,
  71. "totalAdult": 2,
  72. "totalAmount": 1500000,
  73. "totalAmountText": "1.500.000",
  74. "totalKids": 1
  75.  
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement