GET api/JankariPortal/GetEmployeeListReportstToSRAcc/{empid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetEmployeeListReportstToSRAcc_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| empid | string |
None. |
|
| fullname | string |
None. |
|
| desid | string |
None. |
|
| mobile | string |
None. |
|
| reportsto | string |
None. |
|
| reportstoname | string |
None. |
|
| offstate | string |
None. |
|
| offcity | string |
None. |
|
| pgid | string |
None. |
|
| pgname | string |
None. |
|
| designationname | string |
None. |
|
| status | integer |
None. |
|
| emptype | string |
None. |
|
| tRecordCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"empid": "sample string 1",
"fullname": "sample string 2",
"desid": "sample string 3",
"mobile": "sample string 4",
"reportsto": "sample string 5",
"reportstoname": "sample string 6",
"offstate": "sample string 7",
"offcity": "sample string 8",
"pgid": "sample string 9",
"pgname": "sample string 10",
"designationname": "sample string 11",
"status": 1,
"emptype": "sample string 12",
"tRecordCount": 1
},
{
"empid": "sample string 1",
"fullname": "sample string 2",
"desid": "sample string 3",
"mobile": "sample string 4",
"reportsto": "sample string 5",
"reportstoname": "sample string 6",
"offstate": "sample string 7",
"offcity": "sample string 8",
"pgid": "sample string 9",
"pgname": "sample string 10",
"designationname": "sample string 11",
"status": 1,
"emptype": "sample string 12",
"tRecordCount": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfGetEmployeeListReportstToSRAcc_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetEmployeeListReportstToSRAcc_Result>
<desid>sample string 3</desid>
<designationname>sample string 11</designationname>
<empid>sample string 1</empid>
<emptype>sample string 12</emptype>
<fullname>sample string 2</fullname>
<mobile>sample string 4</mobile>
<offcity>sample string 8</offcity>
<offstate>sample string 7</offstate>
<pgid>sample string 9</pgid>
<pgname>sample string 10</pgname>
<reportsto>sample string 5</reportsto>
<reportstoname>sample string 6</reportstoname>
<status>1</status>
<tRecordCount>1</tRecordCount>
</GetEmployeeListReportstToSRAcc_Result>
<GetEmployeeListReportstToSRAcc_Result>
<desid>sample string 3</desid>
<designationname>sample string 11</designationname>
<empid>sample string 1</empid>
<emptype>sample string 12</emptype>
<fullname>sample string 2</fullname>
<mobile>sample string 4</mobile>
<offcity>sample string 8</offcity>
<offstate>sample string 7</offstate>
<pgid>sample string 9</pgid>
<pgname>sample string 10</pgname>
<reportsto>sample string 5</reportsto>
<reportstoname>sample string 6</reportstoname>
<status>1</status>
<tRecordCount>1</tRecordCount>
</GetEmployeeListReportstToSRAcc_Result>
</ArrayOfGetEmployeeListReportstToSRAcc_Result>