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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetSalaryList_Result
NameDescriptionTypeAdditional information
pgid

string

None.

pgname

string

None.

salid

string

None.

salmonth

string

None.

salyear

string

None.

department

string

None.

depname

string

None.

prepareby

string

None.

preparename

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "pgid": "sample string 1",
    "pgname": "sample string 2",
    "salid": "sample string 3",
    "salmonth": "sample string 4",
    "salyear": "sample string 5",
    "department": "sample string 6",
    "depname": "sample string 7",
    "prepareby": "sample string 8",
    "preparename": "sample string 9",
    "tRecordCount": 1
  },
  {
    "pgid": "sample string 1",
    "pgname": "sample string 2",
    "salid": "sample string 3",
    "salmonth": "sample string 4",
    "salyear": "sample string 5",
    "department": "sample string 6",
    "depname": "sample string 7",
    "prepareby": "sample string 8",
    "preparename": "sample string 9",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetSalaryList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetSalaryList_Result>
    <department>sample string 6</department>
    <depname>sample string 7</depname>
    <pgid>sample string 1</pgid>
    <pgname>sample string 2</pgname>
    <prepareby>sample string 8</prepareby>
    <preparename>sample string 9</preparename>
    <salid>sample string 3</salid>
    <salmonth>sample string 4</salmonth>
    <salyear>sample string 5</salyear>
    <tRecordCount>1</tRecordCount>
  </GetSalaryList_Result>
  <GetSalaryList_Result>
    <department>sample string 6</department>
    <depname>sample string 7</depname>
    <pgid>sample string 1</pgid>
    <pgname>sample string 2</pgname>
    <prepareby>sample string 8</prepareby>
    <preparename>sample string 9</preparename>
    <salid>sample string 3</salid>
    <salmonth>sample string 4</salmonth>
    <salyear>sample string 5</salyear>
    <tRecordCount>1</tRecordCount>
  </GetSalaryList_Result>
</ArrayOfGetSalaryList_Result>