POST api/AddPunchInDetails

Request Information

URI Parameters

None.

Body Parameters

PunchIn
NameDescriptionTypeAdditional information
emp_login_id

string

None.

work_mode

string

None.

punch_in_time

string

None.

Request Formats

application/json, text/json

Sample:
{
  "emp_login_id": "sample string 1",
  "work_mode": "sample string 2",
  "punch_in_time": "sample string 3"
}

application/xml, text/xml

Sample:
<PunchIn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dbAfficeHr.Models">
  <emp_login_id>sample string 1</emp_login_id>
  <punch_in_time>sample string 3</punch_in_time>
  <work_mode>sample string 2</work_mode>
</PunchIn>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'PunchIn'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.