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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetSalAPPAlerts_Result
NameDescriptionTypeAdditional information
salmonth

string

None.

salyear

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

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