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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of DownloadSalaryAllocation_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

month

string

None.

year

integer

None.

empid

string

None.

empname

string

None.

gender

string

None.

doj

date

None.

pgname

string

None.

depname

string

None.

desname

string

None.

ctc

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "month": "sample string 3",
    "year": 1,
    "empid": "sample string 4",
    "empname": "sample string 5",
    "gender": "sample string 6",
    "doj": "2025-06-28T01:01:09.0052777+05:30",
    "pgname": "sample string 7",
    "depname": "sample string 8",
    "desname": "sample string 9",
    "ctc": 1.0
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "month": "sample string 3",
    "year": 1,
    "empid": "sample string 4",
    "empname": "sample string 5",
    "gender": "sample string 6",
    "doj": "2025-06-28T01:01:09.0052777+05:30",
    "pgname": "sample string 7",
    "depname": "sample string 8",
    "desname": "sample string 9",
    "ctc": 1.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfDownloadSalaryAllocation_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <DownloadSalaryAllocation_Result>
    <city>sample string 2</city>
    <ctc>1</ctc>
    <depname>sample string 8</depname>
    <desname>sample string 9</desname>
    <doj>2025-06-28T01:01:09.0052777+05:30</doj>
    <empid>sample string 4</empid>
    <empname>sample string 5</empname>
    <gender>sample string 6</gender>
    <month>sample string 3</month>
    <pgname>sample string 7</pgname>
    <state>sample string 1</state>
    <year>1</year>
  </DownloadSalaryAllocation_Result>
  <DownloadSalaryAllocation_Result>
    <city>sample string 2</city>
    <ctc>1</ctc>
    <depname>sample string 8</depname>
    <desname>sample string 9</desname>
    <doj>2025-06-28T01:01:09.0052777+05:30</doj>
    <empid>sample string 4</empid>
    <empname>sample string 5</empname>
    <gender>sample string 6</gender>
    <month>sample string 3</month>
    <pgname>sample string 7</pgname>
    <state>sample string 1</state>
    <year>1</year>
  </DownloadSalaryAllocation_Result>
</ArrayOfDownloadSalaryAllocation_Result>