POST InsertUpdateUserAttendanceLog

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
obj
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PunchInDateTime": "sample string 1",
  "PunchOutDateTime": "sample string 2",
  "CreatedDate": "2025-12-06T09:08:47.142504+05:30",
  "ModifyDate": "2025-12-06T09:08:47.142504+05:30",
  "IsActive": true,
  "AttendanceId": 6,
  "UserId": "sample string 7",
  "CreatedBy": "sample string 8",
  "ModifyBy": "sample string 9",
  "Action": "sample string 10"
}

application/xml, text/xml

Sample:
<Input_UserAttendenceLog xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS_API.Models">
  <Action>sample string 10</Action>
  <AttendanceId>6</AttendanceId>
  <CreatedBy>sample string 8</CreatedBy>
  <CreatedDate>2025-12-06T09:08:47.142504+05:30</CreatedDate>
  <IsActive>true</IsActive>
  <ModifyBy>sample string 9</ModifyBy>
  <ModifyDate>2025-12-06T09:08:47.142504+05:30</ModifyDate>
  <PunchInDateTime>sample string 1</PunchInDateTime>
  <PunchOutDateTime>sample string 2</PunchOutDateTime>
  <UserId>sample string 7</UserId>
</Input_UserAttendenceLog>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Status": "sample string 1",
  "ErrorMessage": "sample string 2",
  "UserId": "sample string 3"
}

application/xml, text/xml

Sample:
<Output xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LMS_API.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Status>sample string 1</Status>
  <UserId>sample string 3</UserId>
</Output>