POST api/EmployeeRequest/AddRegularizationRequest

Request Information

URI Parameters

None.

Body Parameters

ModelRegular
NameDescriptionTypeAdditional information
EmployeeIdReg

integer

None.

RegDate

date

None.

createdby

integer

None.

PunchStatus

string

None.

EmpDesc

string

None.

PunchInLocation

string

None.

PunchoutLocation

string

None.

CheckIn

date

None.

CheckOut

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeIdReg": 1,
  "RegDate": "2025-12-06T18:45:31.2594942+04:00",
  "createdby": 2,
  "PunchStatus": "sample string 3",
  "EmpDesc": "sample string 4",
  "PunchInLocation": "sample string 5",
  "PunchoutLocation": "sample string 6",
  "CheckIn": "2025-12-06T18:45:31.2594942+04:00",
  "CheckOut": "2025-12-06T18:45:31.2594942+04:00"
}

application/xml, text/xml

Sample:
<EmployeeRequestController.ModelRegular xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RRCDR_Attendance_API.Controllers">
  <CheckIn>2025-12-06T18:45:31.2594942+04:00</CheckIn>
  <CheckOut>2025-12-06T18:45:31.2594942+04:00</CheckOut>
  <EmpDesc>sample string 4</EmpDesc>
  <EmployeeIdReg>1</EmployeeIdReg>
  <PunchInLocation>sample string 5</PunchInLocation>
  <PunchStatus>sample string 3</PunchStatus>
  <PunchoutLocation>sample string 6</PunchoutLocation>
  <RegDate>2025-12-06T18:45:31.2594942+04:00</RegDate>
  <createdby>2</createdby>
</EmployeeRequestController.ModelRegular>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.