GET api/Employee/GetHRSalarySlipList?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetHRSalarySlipList_Result
NameDescriptionTypeAdditional information
empname

string

None.

empid

string

None.

month

string

None.

year

string

None.

finyear

string

None.

prepareby

string

None.

preparedate

date

None.

createbyname

string

None.

pgid

string

None.

pgname

string

None.

depid

string

None.

depname

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "empname": "sample string 1",
    "empid": "sample string 2",
    "month": "sample string 3",
    "year": "sample string 4",
    "finyear": "sample string 5",
    "prepareby": "sample string 6",
    "preparedate": "2025-05-10T12:11:54.885829+05:30",
    "createbyname": "sample string 7",
    "pgid": "sample string 8",
    "pgname": "sample string 9",
    "depid": "sample string 10",
    "depname": "sample string 11",
    "tRecordCount": 1
  },
  {
    "empname": "sample string 1",
    "empid": "sample string 2",
    "month": "sample string 3",
    "year": "sample string 4",
    "finyear": "sample string 5",
    "prepareby": "sample string 6",
    "preparedate": "2025-05-10T12:11:54.885829+05:30",
    "createbyname": "sample string 7",
    "pgid": "sample string 8",
    "pgname": "sample string 9",
    "depid": "sample string 10",
    "depname": "sample string 11",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetHRSalarySlipList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetHRSalarySlipList_Result>
    <createbyname>sample string 7</createbyname>
    <depid>sample string 10</depid>
    <depname>sample string 11</depname>
    <empid>sample string 2</empid>
    <empname>sample string 1</empname>
    <finyear>sample string 5</finyear>
    <month>sample string 3</month>
    <pgid>sample string 8</pgid>
    <pgname>sample string 9</pgname>
    <prepareby>sample string 6</prepareby>
    <preparedate>2025-05-10T12:11:54.885829+05:30</preparedate>
    <tRecordCount>1</tRecordCount>
    <year>sample string 4</year>
  </GetHRSalarySlipList_Result>
  <GetHRSalarySlipList_Result>
    <createbyname>sample string 7</createbyname>
    <depid>sample string 10</depid>
    <depname>sample string 11</depname>
    <empid>sample string 2</empid>
    <empname>sample string 1</empname>
    <finyear>sample string 5</finyear>
    <month>sample string 3</month>
    <pgid>sample string 8</pgid>
    <pgname>sample string 9</pgname>
    <prepareby>sample string 6</prepareby>
    <preparedate>2025-05-10T12:11:54.885829+05:30</preparedate>
    <tRecordCount>1</tRecordCount>
    <year>sample string 4</year>
  </GetHRSalarySlipList_Result>
</ArrayOfGetHRSalarySlipList_Result>