POST api/Employee/UpdateEMPAttendanceLogNew/{empid}/{offentry}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
empid

string

Required

offentry

string

Required

Body Parameters

AttendanceLog
NameDescriptionTypeAdditional information
appattid

integer

None.

empid

string

None.

date

date

None.

starttime

string

None.

endtime

string

None.

startloclongitude

string

None.

endloclongitude

string

None.

photoin

string

None.

photoout

string

None.

createby

string

None.

createon

date

None.

updateby

string

None.

updateon

date

None.

status

integer

None.

startloclatitude

string

None.

endloclatitude

string

None.

fakerecord

string

None.

startaddress

string

None.

endaddress

string

None.

Request Formats

application/json, text/json

Sample:
{
  "appattid": 1,
  "empid": "sample string 2",
  "date": "2025-05-10T11:19:12.2809495+05:30",
  "starttime": "sample string 3",
  "endtime": "sample string 4",
  "startloclongitude": "sample string 5",
  "endloclongitude": "sample string 6",
  "photoin": "sample string 7",
  "photoout": "sample string 8",
  "createby": "sample string 9",
  "createon": "2025-05-10T11:19:12.2809495+05:30",
  "updateby": "sample string 10",
  "updateon": "2025-05-10T11:19:12.2809495+05:30",
  "status": 1,
  "startloclatitude": "sample string 11",
  "endloclatitude": "sample string 12",
  "fakerecord": "sample string 13",
  "startaddress": "sample string 14",
  "endaddress": "sample string 15"
}

application/xml, text/xml

Sample:
<AttendanceLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <appattid>1</appattid>
  <createby>sample string 9</createby>
  <createon>2025-05-10T11:19:12.2809495+05:30</createon>
  <date>2025-05-10T11:19:12.2809495+05:30</date>
  <empid>sample string 2</empid>
  <endaddress>sample string 15</endaddress>
  <endloclatitude>sample string 12</endloclatitude>
  <endloclongitude>sample string 6</endloclongitude>
  <endtime>sample string 4</endtime>
  <fakerecord>sample string 13</fakerecord>
  <photoin>sample string 7</photoin>
  <photoout>sample string 8</photoout>
  <startaddress>sample string 14</startaddress>
  <startloclatitude>sample string 11</startloclatitude>
  <startloclongitude>sample string 5</startloclongitude>
  <starttime>sample string 3</starttime>
  <status>1</status>
  <updateby>sample string 10</updateby>
  <updateon>2025-05-10T11:19:12.2809495+05:30</updateon>
</AttendanceLog>

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>