Advertisement
Bobrovozka

Untitled

Mar 18th, 2021
1,040
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.77 KB | None | 0 0
  1. {
  2.       "id": 100,
  3.       "surname": "Тульская Обл",
  4.       "name": "Автобус",
  5.       "secondName": ".",
  6.       "email": "",
  7.       "birthdate": null,
  8.       "status": "active",
  9.       "phone": "",
  10.       "hasAppointment": true,
  11.       "appointmentDuration": 30,
  12.       "note": "",
  13.       "currentClinicId": 1,
  14.       "clinicIds": [
  15.         1
  16.       ],
  17.       "onlineRecordingInformation": "",
  18.       "availabilityForOnlineRecording": "not_displayed_available_only_with_the_service",
  19.       "userGroups": [
  20.         "medical_staff"
  21.       ],
  22.       "specialties": [
  23.         {
  24.           "id": 159,
  25.           "title": "Автобус",
  26.           "userGroup": "medical_staff"
  27.         }
  28.       ],
  29.       "code": "",
  30.       "sex": null,
  31.       "avatars": null
  32.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement