GET api/Employee/GetEMPSalAttendanceDetail/{empid}/{salid}/{month}/{year}/{finyear}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
empid | string |
Required |
|
salid | string |
Required |
|
month | integer |
Required |
|
year | integer |
Required |
|
finyear | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of EmpSalaryAttListName | Description | Type | Additional information |
---|---|---|---|
empid | string |
None. |
|
salapproval | string |
None. |
|
empname | string |
None. |
|
grosssalary | decimal number |
None. |
|
ctc | decimal number |
None. |
|
absentctc | decimal number |
None. |
|
deductiontype | string |
None. |
|
calctype | string |
None. |
|
pday | integer |
None. |
|
aday | integer |
None. |
|
loanamt | decimal number |
None. |
|
gender | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "empid": "sample string 1", "salapproval": "sample string 2", "empname": "sample string 3", "grosssalary": 4.0, "ctc": 5.0, "absentctc": 6.0, "deductiontype": "sample string 7", "calctype": "sample string 8", "pday": 9, "aday": 10, "loanamt": 11.0, "gender": "sample string 12" }, { "empid": "sample string 1", "salapproval": "sample string 2", "empname": "sample string 3", "grosssalary": 4.0, "ctc": 5.0, "absentctc": 6.0, "deductiontype": "sample string 7", "calctype": "sample string 8", "pday": 9, "aday": 10, "loanamt": 11.0, "gender": "sample string 12" } ]
application/xml, text/xml
Sample:
<ArrayOfEmpSalaryAttList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <EmpSalaryAttList> <absentctc>6</absentctc> <aday>10</aday> <calctype>sample string 8</calctype> <ctc>5</ctc> <deductiontype>sample string 7</deductiontype> <empid>sample string 1</empid> <empname>sample string 3</empname> <gender>sample string 12</gender> <grosssalary>4</grosssalary> <loanamt>11</loanamt> <pday>9</pday> <salapproval>sample string 2</salapproval> </EmpSalaryAttList> <EmpSalaryAttList> <absentctc>6</absentctc> <aday>10</aday> <calctype>sample string 8</calctype> <ctc>5</ctc> <deductiontype>sample string 7</deductiontype> <empid>sample string 1</empid> <empname>sample string 3</empname> <gender>sample string 12</gender> <grosssalary>4</grosssalary> <loanamt>11</loanamt> <pday>9</pday> <salapproval>sample string 2</salapproval> </EmpSalaryAttList> </ArrayOfEmpSalaryAttList>