Advertisement
filip710

example

Jul 29th, 2020
1,863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.97 KB | None | 0 0
  1. {
  2.   "data": {
  3.     "getUser": {
  4.       "id": "7af6d1ce-3611-4e9a-9cfa-1814f015f94b",
  5.       "username": "coachUser",
  6.       "email": "tajav51237@cartmails.com",
  7.       "userGroup": "coach",
  8.       "intakeFormDetails": null,
  9.       "profileInformation": {
  10.         "firstName": "Test",
  11.         "lastName": "Coach",
  12.         "emailAddress": "tajav51237@cartmails.com",
  13.         "contactNumber": "+385991234567",
  14.         "coachRate": "30",
  15.         "cancellationRate": "30",
  16.         "about": "I like long walks on the beach",
  17.         "languages": [
  18.           "English"
  19.         ],
  20.         "skills": [
  21.           "Test Skill"
  22.         ],
  23.         "timezone": "Europe/Zagreb",
  24.         "numOfVirtualClients": 0,
  25.         "socialMediaLinks": "youtube.com/testcoachfitness",
  26.         "profilePicture": null,
  27.         "certifications": null,
  28.         "coachSchedule": {
  29.           "normalSchedule": {
  30.             "weekdays": {
  31.               "startTime": "08:00+02:00",
  32.               "endTime": "15:00+02:00"
  33.             },
  34.             "weekends": {
  35.               "startTime": "08:00+02:00",
  36.               "endTime": "12:00+02:00"
  37.             }
  38.           },
  39.           "scheduleExceptions": [
  40.             {
  41.               "id": "123456",
  42.               "type": "Unavailable",
  43.               "day": null,
  44.               "coachRate": null,
  45.               "startTime": "2020-07-30T14:00:00+02:00",
  46.               "endTime": "2020-07-30T14:00:00+02:00"
  47.             },
  48.             {
  49.               "id": "123452",
  50.               "type": "Training",
  51.               "day": null,
  52.               "coachRate": "20",
  53.               "startTime": "2020-07-31T13:00:00+02:00",
  54.               "endTime": "2020-07-31T14:00:00+02:00"
  55.             }
  56.           ]
  57.         }
  58.       },
  59.       "currentMembershipOption": null,
  60.       "pastMembershipOptions": null,
  61.       "averageRating": null,
  62.       "coachReviews": null,
  63.       "createdAt": "2020-07-30T00:22:01.923Z",
  64.       "updatedAt": "2020-07-30T00:39:19.521Z"
  65.     }
  66.   }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement