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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetSalaryBrakupList_Result
NameDescriptionTypeAdditional information
empname

string

None.

salid

string

None.

empid

string

None.

depid

string

None.

depname

string

None.

pgid

string

None.

pgname

string

None.

month

string

None.

year

string

None.

status

integer

None.

emptype

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "empname": "sample string 1",
    "salid": "sample string 2",
    "empid": "sample string 3",
    "depid": "sample string 4",
    "depname": "sample string 5",
    "pgid": "sample string 6",
    "pgname": "sample string 7",
    "month": "sample string 8",
    "year": "sample string 9",
    "status": 1,
    "emptype": "sample string 10",
    "tRecordCount": 1
  },
  {
    "empname": "sample string 1",
    "salid": "sample string 2",
    "empid": "sample string 3",
    "depid": "sample string 4",
    "depname": "sample string 5",
    "pgid": "sample string 6",
    "pgname": "sample string 7",
    "month": "sample string 8",
    "year": "sample string 9",
    "status": 1,
    "emptype": "sample string 10",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetSalaryBrakupList_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetSalaryBrakupList_Result>
    <depid>sample string 4</depid>
    <depname>sample string 5</depname>
    <empid>sample string 3</empid>
    <empname>sample string 1</empname>
    <emptype>sample string 10</emptype>
    <month>sample string 8</month>
    <pgid>sample string 6</pgid>
    <pgname>sample string 7</pgname>
    <salid>sample string 2</salid>
    <status>1</status>
    <tRecordCount>1</tRecordCount>
    <year>sample string 9</year>
  </GetSalaryBrakupList_Result>
  <GetSalaryBrakupList_Result>
    <depid>sample string 4</depid>
    <depname>sample string 5</depname>
    <empid>sample string 3</empid>
    <empname>sample string 1</empname>
    <emptype>sample string 10</emptype>
    <month>sample string 8</month>
    <pgid>sample string 6</pgid>
    <pgname>sample string 7</pgname>
    <salid>sample string 2</salid>
    <status>1</status>
    <tRecordCount>1</tRecordCount>
    <year>sample string 9</year>
  </GetSalaryBrakupList_Result>
</ArrayOfGetSalaryBrakupList_Result>