POST api/update/plan-ot-attendance-timeout

Request Information

URI Parameters

None.

Body Parameters

PlanOTAttendanceTimeoutDTO
NameDescriptionTypeAdditional information
PlanOTDetailsId

integer

None.

ToDate

date

None.

TimeOutLatitude

decimal number

None.

TimeOutLongitude

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PlanOTDetailsId": 1,
  "ToDate": "2025-12-05T21:09:54.2983883-08:00",
  "TimeOutLatitude": 3.0,
  "TimeOutLongitude": 4.0
}

application/xml, text/xml

Sample:
<PlanOTAttendanceTimeoutDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/working_sample_mvc_api.Models">
  <PlanOTDetailsId>1</PlanOTDetailsId>
  <TimeOutLatitude>3</TimeOutLatitude>
  <TimeOutLongitude>4</TimeOutLongitude>
  <ToDate>2025-12-05T21:09:54.2983883-08:00</ToDate>
</PlanOTAttendanceTimeoutDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.