POST api/MBProgress/GetUserActivityLevel
Request Information
URI Parameters
None.
Body Parameters
ExerciseCarePlanName | Description | Type | Additional information |
---|---|---|---|
UserUUID | string |
None. |
|
CarePlanScheduleId | string |
None. |
|
CarePlanName | string |
None. |
|
ExerciseDay | integer |
None. |
|
ExerciseDate | date |
None. |
|
VideoUrl | string |
None. |
|
UserExercisePlanID | integer |
None. |
|
IsActivated | boolean |
None. |
|
ImagePath | string |
None. |
|
NonActiveImagePath | string |
None. |
|
CarePlanID | integer |
None. |
|
VideoDescription | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserUUID": "sample string 1", "CarePlanScheduleId": "sample string 2", "CarePlanName": "sample string 3", "ExerciseDay": 4, "ExerciseDate": "2025-05-10T16:04:50.3251872+05:30", "VideoUrl": "sample string 6", "UserExercisePlanID": 7, "IsActivated": true, "ImagePath": "sample string 9", "NonActiveImagePath": "sample string 10", "CarePlanID": 11, "VideoDescription": "sample string 12" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.