GET api/Process/APP_GetMyProcessApprovedStatic?PCIDorCID={PCIDorCID}&PTypeID={PTypeID}&Month={Month}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PCIDorCID | string |
Required |
|
| PTypeID | string |
Required |
|
| Month | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfReport_ApprovaedTJ| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Report_ApprovaedTJ |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {
"PassCnt": 1,
"NoPassCnt": 2
}
}