POST api/create/pot-attendance-timein

Request Information

URI Parameters

None.

Body Parameters

PlanOTAttendanceTimeInDTO
NameDescriptionTypeAdditional information
PlanOTDetailsId

integer

None.

FromDate

date

None.

TimeInLatitude

decimal number

None.

TimeInLongitude

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PlanOTDetailsId": 1,
  "FromDate": "2025-12-05T21:09:26.578908-08:00",
  "TimeInLatitude": 3.0,
  "TimeInLongitude": 4.0
}

application/xml, text/xml

Sample:
<PlanOTAttendanceTimeInDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/working_sample_mvc_api.Models">
  <FromDate>2025-12-05T21:09:26.578908-08:00</FromDate>
  <PlanOTDetailsId>1</PlanOTDetailsId>
  <TimeInLatitude>3</TimeInLatitude>
  <TimeInLongitude>4</TimeInLongitude>
</PlanOTAttendanceTimeInDTO>

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.