POST api/MBProgress/GetPercentageOfReversal
Request Information
URI Parameters
None.
Body Parameters
AdminReqbody| Name | 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. |
|
| AllData | boolean |
None. |
|
| BranchId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"rPageIndex": 1,
"rPageSize": 2,
"startDate": "2026-01-15T19:23:56.9913029+05:30",
"DoctorUUID": "sample string 4",
"FilterTerm": "sample string 5",
"UserUUID": "sample string 6",
"CmsId": 7,
"CarePlanID": 8,
"AllData": true,
"BranchId": 10
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.