POST api/GetPass/inspunchin

Request Information

URI Parameters

None.

Body Parameters

mypunchin
NameDescriptionTypeAdditional information
EmpCode

string

None.

PunchDate

date

None.

TimeIn

string

None.

TimeOut

string

None.

LocationTimeIn

string

None.

Pincode

string

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "EmpCode": "sample string 1",
  "PunchDate": "2025-12-30T17:10:12.6087887+00:00",
  "TimeIn": "sample string 3",
  "TimeOut": "sample string 4",
  "LocationTimeIn": "sample string 5",
  "Pincode": "sample string 6"
}

application/xml, text/xml

Sample:
<mypunchin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PoctAPI.Models">
  <EmpCode>sample string 1</EmpCode>
  <LocationTimeIn>sample string 5</LocationTimeIn>
  <Pincode>sample string 6</Pincode>
  <PunchDate>2025-12-30T17:10:12.6087887+00:00</PunchDate>
  <TimeIn>sample string 3</TimeIn>
  <TimeOut>sample string 4</TimeOut>
</mypunchin>

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, text/html

Sample:

Sample not available.