GET api/Process/APP_GetMyProcessApprovedStatic?PCIDorCID={PCIDorCID}&PTypeID={PTypeID}&Month={Month}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PCIDorCID

string

Required

PTypeID

string

Required

Month

string

Required

Body Parameters

None.

Response Information

Resource Description

ResponseResultOfReport_ApprovaedTJ
NameDescriptionTypeAdditional 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
  }
}