GET api/XRPEmployeeGroup/GetXRPEmployeeGroup?cccd={cccd}&NAME={NAME}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| cccd | No documentation available. |
Define this parameter in the request URI. |
| NAME | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"cccd": "sample string 1",
"NAME": "sample string 2",
"CATEGORY": "sample string 3",
"PARENT": "sample string 4",
"ISEMPLOYEEGROUP": "sample string 5",
"STATUS": "sample string 6"
}
text/html
Sample:
{"cccd":"sample string 1","NAME":"sample string 2","CATEGORY":"sample string 3","PARENT":"sample string 4","ISEMPLOYEEGROUP":"sample string 5","STATUS":"sample string 6"}
application/xml, text/xml
Sample:
<XRPEmployeeGroup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PowerAPI.Models"> <CATEGORY>sample string 3</CATEGORY> <ISEMPLOYEEGROUP>sample string 5</ISEMPLOYEEGROUP> <NAME>sample string 2</NAME> <PARENT>sample string 4</PARENT> <STATUS>sample string 6</STATUS> <cccd>sample string 1</cccd> </XRPEmployeeGroup>