GET api/JankariPortal/GetHeadCountEmployeeList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetHeadCountEmployeeList_Result
NameDescriptionTypeAdditional information
pgid

string

None.

pgname

string

None.

depid

string

None.

depname

string

None.

desid

string

None.

desname

string

None.

partnerid

string

None.

partnername

string

None.

city

string

None.

empid

string

None.

empname

string

None.

netsalary

decimal number

None.

grosssalary

decimal number

None.

basicsalary

decimal number

None.

totaldeduction

decimal number

None.

ctc

decimal number

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pgid": "sample string 1",
    "pgname": "sample string 2",
    "depid": "sample string 3",
    "depname": "sample string 4",
    "desid": "sample string 5",
    "desname": "sample string 6",
    "partnerid": "sample string 7",
    "partnername": "sample string 8",
    "city": "sample string 9",
    "empid": "sample string 10",
    "empname": "sample string 11",
    "netsalary": 12.0,
    "grosssalary": 13.0,
    "basicsalary": 14.0,
    "totaldeduction": 15.0,
    "ctc": 16.0,
    "tRecordCount": 17
  },
  {
    "pgid": "sample string 1",
    "pgname": "sample string 2",
    "depid": "sample string 3",
    "depname": "sample string 4",
    "desid": "sample string 5",
    "desname": "sample string 6",
    "partnerid": "sample string 7",
    "partnername": "sample string 8",
    "city": "sample string 9",
    "empid": "sample string 10",
    "empname": "sample string 11",
    "netsalary": 12.0,
    "grosssalary": 13.0,
    "basicsalary": 14.0,
    "totaldeduction": 15.0,
    "ctc": 16.0,
    "tRecordCount": 17
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetHeadCountEmployeeList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetHeadCountEmployeeList_Result>
    <basicsalary>14</basicsalary>
    <city>sample string 9</city>
    <ctc>16</ctc>
    <depid>sample string 3</depid>
    <depname>sample string 4</depname>
    <desid>sample string 5</desid>
    <desname>sample string 6</desname>
    <empid>sample string 10</empid>
    <empname>sample string 11</empname>
    <grosssalary>13</grosssalary>
    <netsalary>12</netsalary>
    <partnerid>sample string 7</partnerid>
    <partnername>sample string 8</partnername>
    <pgid>sample string 1</pgid>
    <pgname>sample string 2</pgname>
    <tRecordCount>17</tRecordCount>
    <totaldeduction>15</totaldeduction>
  </GetHeadCountEmployeeList_Result>
  <GetHeadCountEmployeeList_Result>
    <basicsalary>14</basicsalary>
    <city>sample string 9</city>
    <ctc>16</ctc>
    <depid>sample string 3</depid>
    <depname>sample string 4</depname>
    <desid>sample string 5</desid>
    <desname>sample string 6</desname>
    <empid>sample string 10</empid>
    <empname>sample string 11</empname>
    <grosssalary>13</grosssalary>
    <netsalary>12</netsalary>
    <partnerid>sample string 7</partnerid>
    <partnername>sample string 8</partnername>
    <pgid>sample string 1</pgid>
    <pgname>sample string 2</pgname>
    <tRecordCount>17</tRecordCount>
    <totaldeduction>15</totaldeduction>
  </GetHeadCountEmployeeList_Result>
</ArrayOfGetHeadCountEmployeeList_Result>