POST api/MBProgress/GetUserCarePlanList
Request Information
URI Parameters
None.
Body Parameters
UserDayProgressStatusReqName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
Required |
|
UserUUID | string |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "UserUUID": "sample string 1", "StartDate": "2025-09-05T10:23:37.0474+05:30", "EndDate": "2025-09-05T10:23:37.0474+05:30" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.