POST api/MBProgress/GetExerciseCarePlanVideos

Request Information

URI Parameters

None.

Body Parameters

ExerciseCarePlanRequest
NameDescriptionTypeAdditional information
UserUUID

string

None.

StartDate

date

None.

EndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "UserUUID": "sample string 1",
  "StartDate": "2026-01-15T19:19:36.3262642+05:30",
  "EndDate": "2026-01-15T19:19:36.3262642+05:30"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ExerciseCarePlanRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.