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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetSalaryListApproval_Result
NameDescriptionTypeAdditional information
salmonth

string

None.

salyear

string

None.

salapproval

string

None.

salapprovalname

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "salmonth": "sample string 1",
    "salyear": "sample string 2",
    "salapproval": "sample string 3",
    "salapprovalname": "sample string 4",
    "tRecordCount": 5
  },
  {
    "salmonth": "sample string 1",
    "salyear": "sample string 2",
    "salapproval": "sample string 3",
    "salapprovalname": "sample string 4",
    "tRecordCount": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetSalaryListApproval_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetSalaryListApproval_Result>
    <salapproval>sample string 3</salapproval>
    <salapprovalname>sample string 4</salapprovalname>
    <salmonth>sample string 1</salmonth>
    <salyear>sample string 2</salyear>
    <tRecordCount>5</tRecordCount>
  </GetSalaryListApproval_Result>
  <GetSalaryListApproval_Result>
    <salapproval>sample string 3</salapproval>
    <salapprovalname>sample string 4</salapprovalname>
    <salmonth>sample string 1</salmonth>
    <salyear>sample string 2</salyear>
    <tRecordCount>5</tRecordCount>
  </GetSalaryListApproval_Result>
</ArrayOfGetSalaryListApproval_Result>