POST api/AppPersonal/AppGetPersonalNextSchedule

AppGetPersonalNextSchedule

Request Information

URI Parameters

None.

Body Parameters

AppGetFunCategory
NameDescriptionTypeAdditional information
UserUUIDCur

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUIDCur": "eb329a7f-c8c3-4087-a2a3-7c097f68c1af"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

NextSchedule_Response
NameDescriptionTypeAdditional information
ConsultantName

string

None.

PhotoUUID

globally unique identifier

None.

UserUUID

globally unique identifier

None.

ScheduleTime

date

None.

ScheduleTimeChar

string

None.

UserUUIDCur

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "ConsultantName": "sample string 1",
  "PhotoUUID": "97d13f16-ba22-4386-8ae9-1a81217dc164",
  "UserUUID": "ad40e827-9fcd-4592-8310-e376677f6197",
  "ScheduleTime": "2025-06-07T22:01:53.6685394+03:00",
  "ScheduleTimeChar": "sample string 2",
  "UserUUIDCur": "7e925175-e981-477b-872e-034ad359d0b3"
}