POST api/MBProgress/AddUserExerciseAd
Request Information
URI Parameters
None.
Body Parameters
Progress_UserExerciseAdName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
UserId | integer |
Required |
|
UserUUID | string |
Required Max length: -1 |
|
IsExerciseDone | boolean |
None. |
|
ExerciseVideoId | integer |
None. |
|
ExcerciseScore | integer |
None. |
|
ExerciseVideoSeenOn | date |
None. |
|
ExerciseVideoName | string |
Max length: -1 |
|
ExerciseVideoURL | string |
Max length: -1 |
|
IsActive | boolean |
None. |
|
CreatedOn | date |
None. |
|
CreatedBy | string |
Required Max length: 50 |
|
ModifiedOn | date |
None. |
|
ModifiedBy | string |
Max length: 50 |
Request Formats
application/json, text/json
Sample:
{ "Id": 1, "UserId": 1, "UserUUID": "sample string 2", "IsExerciseDone": true, "ExerciseVideoId": 1, "ExcerciseScore": 1, "ExerciseVideoSeenOn": "2025-05-10T16:04:50.3251872+05:30", "ExerciseVideoName": "sample string 3", "ExerciseVideoURL": "sample string 4", "IsActive": true, "CreatedOn": "2025-05-10T16:04:50.3251872+05:30", "CreatedBy": "sample string 5", "ModifiedOn": "2025-05-10T16:04:50.3251872+05:30", "ModifiedBy": "sample string 6" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.