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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetSalAlerts_Result
NameDescriptionTypeAdditional information
salmonth

string

None.

salyear

string

None.

depid

string

None.

pgid

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "salmonth": "sample string 1",
    "salyear": "sample string 2",
    "depid": "sample string 3",
    "pgid": "sample string 4"
  },
  {
    "salmonth": "sample string 1",
    "salyear": "sample string 2",
    "depid": "sample string 3",
    "pgid": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetSalAlerts_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetSalAlerts_Result>
    <depid>sample string 3</depid>
    <pgid>sample string 4</pgid>
    <salmonth>sample string 1</salmonth>
    <salyear>sample string 2</salyear>
  </GetSalAlerts_Result>
  <GetSalAlerts_Result>
    <depid>sample string 3</depid>
    <pgid>sample string 4</pgid>
    <salmonth>sample string 1</salmonth>
    <salyear>sample string 2</salyear>
  </GetSalAlerts_Result>
</ArrayOfGetSalAlerts_Result>