GET api/checkhome/ChangeFepStatus?fep={fep}&setOk={setOk}&setKo={setKo}
Change Fep Status
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _changeFepStatusParameter |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"fep": 1,
"message": "sample string 2",
"code": 3
}
application/xml, text/xml
Sample:
<ChangeFepStatusResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <fep>1</fep> <message>sample string 2</message> <code>3</code> </ChangeFepStatusResult>