POST api/MBProgress/GetActiveProgessReportforUserCP
Request Information
URI Parameters
None.
Body Parameters
AdminReqbodyName | Description | Type | Additional information |
---|---|---|---|
rPageIndex | integer |
None. |
|
rPageSize | integer |
None. |
|
startDate | date |
None. |
|
DoctorUUID | string |
None. |
|
FilterTerm | string |
None. |
|
UserUUID | string |
None. |
|
CmsId | integer |
None. |
|
CarePlanID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "rPageIndex": 1, "rPageSize": 2, "startDate": "2025-05-10T16:10:08.6672323+05:30", "DoctorUUID": "sample string 4", "FilterTerm": "sample string 5", "UserUUID": "sample string 6", "CmsId": 7, "CarePlanID": 8 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.