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": "a5d94c40-ff3c-42ba-b138-61531bca2120"
}

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": "0a98929a-2e5a-4100-8e55-8f69daa890cf",
  "UserUUID": "72f69ced-885a-417a-b704-5ae84a34f43c",
  "ScheduleTime": "2025-11-17T10:19:27.3151426+02:00",
  "ScheduleTimeChar": "sample string 2",
  "UserUUIDCur": "d3f58a65-f066-4480-b4c6-27cb7b511396"
}