POST api/Employee/AddDownloadsalarySlip/{empid}/{depid}/{pgid}/{year}/{finyear}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empid

string

Required

depid

string

Required

pgid

string

Required

year

string

Required

finyear

string

Required

Body Parameters

Collection of DownloadedSalarySlip
NameDescriptionTypeAdditional information
slid

integer

None.

empid

string

None.

depid

string

None.

pgid

string

None.

month

string

None.

year

string

None.

createby

string

None.

createon

date

None.

status

integer

None.

fineyear

string

None.

aprrovedby

string

None.

approveon

date

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "slid": 1,
    "empid": "sample string 2",
    "depid": "sample string 3",
    "pgid": "sample string 4",
    "month": "sample string 5",
    "year": "sample string 6",
    "createby": "sample string 7",
    "createon": "2025-05-10T12:03:12.2720902+05:30",
    "status": 1,
    "fineyear": "sample string 8",
    "aprrovedby": "sample string 9",
    "approveon": "2025-05-10T12:03:12.2720902+05:30"
  },
  {
    "slid": 1,
    "empid": "sample string 2",
    "depid": "sample string 3",
    "pgid": "sample string 4",
    "month": "sample string 5",
    "year": "sample string 6",
    "createby": "sample string 7",
    "createon": "2025-05-10T12:03:12.2720902+05:30",
    "status": 1,
    "fineyear": "sample string 8",
    "aprrovedby": "sample string 9",
    "approveon": "2025-05-10T12:03:12.2720902+05:30"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDownloadedSalarySlip xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <DownloadedSalarySlip>
    <approveon>2025-05-10T12:03:12.2720902+05:30</approveon>
    <aprrovedby>sample string 9</aprrovedby>
    <createby>sample string 7</createby>
    <createon>2025-05-10T12:03:12.2720902+05:30</createon>
    <depid>sample string 3</depid>
    <empid>sample string 2</empid>
    <fineyear>sample string 8</fineyear>
    <month>sample string 5</month>
    <pgid>sample string 4</pgid>
    <slid>1</slid>
    <status>1</status>
    <year>sample string 6</year>
  </DownloadedSalarySlip>
  <DownloadedSalarySlip>
    <approveon>2025-05-10T12:03:12.2720902+05:30</approveon>
    <aprrovedby>sample string 9</aprrovedby>
    <createby>sample string 7</createby>
    <createon>2025-05-10T12:03:12.2720902+05:30</createon>
    <depid>sample string 3</depid>
    <empid>sample string 2</empid>
    <fineyear>sample string 8</fineyear>
    <month>sample string 5</month>
    <pgid>sample string 4</pgid>
    <slid>1</slid>
    <status>1</status>
    <year>sample string 6</year>
  </DownloadedSalarySlip>
</ArrayOfDownloadedSalarySlip>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>