POST api/Employee/UpdateAttendanceforSalary

Request Information

URI Parameters

None.

Body Parameters

Collection of AttendanceforSalaryDetails
NameDescriptionTypeAdditional information
empid

string

None.

empname

string

None.

reportto

string

None.

offstate

string

None.

offcity

string

None.

pgname

string

None.

desname

string

None.

presentdays

integer

None.

Absentdays

integer

None.

TotalTiming

decimal number

None.

DeductionType

string

None.

esid

integer

None.

month

integer

None.

year

integer

None.

totalwh

string

None.

totallate

string

None.

totalot

string

None.

latemark

string

None.

halfday

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "empid": "sample string 1",
    "empname": "sample string 2",
    "reportto": "sample string 3",
    "offstate": "sample string 4",
    "offcity": "sample string 5",
    "pgname": "sample string 6",
    "desname": "sample string 7",
    "presentdays": 1,
    "Absentdays": 1,
    "TotalTiming": 1.1,
    "DeductionType": "sample string 8",
    "esid": 9,
    "month": 10,
    "year": 11,
    "totalwh": "sample string 12",
    "totallate": "sample string 13",
    "totalot": "sample string 14",
    "latemark": "sample string 15",
    "halfday": "sample string 16"
  },
  {
    "empid": "sample string 1",
    "empname": "sample string 2",
    "reportto": "sample string 3",
    "offstate": "sample string 4",
    "offcity": "sample string 5",
    "pgname": "sample string 6",
    "desname": "sample string 7",
    "presentdays": 1,
    "Absentdays": 1,
    "TotalTiming": 1.1,
    "DeductionType": "sample string 8",
    "esid": 9,
    "month": 10,
    "year": 11,
    "totalwh": "sample string 12",
    "totallate": "sample string 13",
    "totalot": "sample string 14",
    "latemark": "sample string 15",
    "halfday": "sample string 16"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAttendanceforSalaryDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <AttendanceforSalaryDetails>
    <Absentdays>1</Absentdays>
    <DeductionType>sample string 8</DeductionType>
    <TotalTiming>1.1</TotalTiming>
    <desname>sample string 7</desname>
    <empid>sample string 1</empid>
    <empname>sample string 2</empname>
    <esid>9</esid>
    <halfday>sample string 16</halfday>
    <latemark>sample string 15</latemark>
    <month>10</month>
    <offcity>sample string 5</offcity>
    <offstate>sample string 4</offstate>
    <pgname>sample string 6</pgname>
    <presentdays>1</presentdays>
    <reportto>sample string 3</reportto>
    <totallate>sample string 13</totallate>
    <totalot>sample string 14</totalot>
    <totalwh>sample string 12</totalwh>
    <year>11</year>
  </AttendanceforSalaryDetails>
  <AttendanceforSalaryDetails>
    <Absentdays>1</Absentdays>
    <DeductionType>sample string 8</DeductionType>
    <TotalTiming>1.1</TotalTiming>
    <desname>sample string 7</desname>
    <empid>sample string 1</empid>
    <empname>sample string 2</empname>
    <esid>9</esid>
    <halfday>sample string 16</halfday>
    <latemark>sample string 15</latemark>
    <month>10</month>
    <offcity>sample string 5</offcity>
    <offstate>sample string 4</offstate>
    <pgname>sample string 6</pgname>
    <presentdays>1</presentdays>
    <reportto>sample string 3</reportto>
    <totallate>sample string 13</totallate>
    <totalot>sample string 14</totalot>
    <totalwh>sample string 12</totalwh>
    <year>11</year>
  </AttendanceforSalaryDetails>
</ArrayOfAttendanceforSalaryDetails>

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>