POST AttendanceRecords/Remove
Request Information
URI Parameters
None.
Body Parameters
AttendanceRecords| Name | Description | Type | Additional information |
|---|---|---|---|
| AttendanceID | integer |
None. |
|
| CustomerID | integer |
None. |
|
| EmployeeID | integer |
None. |
|
| EmployeeCode | string |
None. |
|
| FullName | string |
None. |
|
| AttendanceDate | date |
None. |
|
| CheckInTime | time interval |
None. |
|
| CheckOutTime | time interval |
None. |
|
| Status | string |
None. |
|
| WorkUnits | decimal number |
None. |
|
| WorkHours | decimal number |
None. |
|
| OvertimeHours | decimal number |
None. |
|
| Note | string |
None. |
|
| CreatedOn | date |
None. |
|
| CreatedBy | string |
None. |
|
| ModifiedOn | date |
None. |
|
| ModifiedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AttendanceID": 1,
"CustomerID": 2,
"EmployeeID": 3,
"EmployeeCode": "sample string 4",
"FullName": "sample string 5",
"AttendanceDate": "2026-02-24T18:50:00.7205958+07:00",
"CheckInTime": "00:00:00.1234567",
"CheckOutTime": "00:00:00.1234567",
"Status": "sample string 7",
"WorkUnits": 8.0,
"WorkHours": 1.0,
"OvertimeHours": 1.0,
"Note": "sample string 9",
"CreatedOn": "2026-02-24T18:50:00.7205958+07:00",
"CreatedBy": "sample string 10",
"ModifiedOn": "2026-02-24T18:50:00.7205958+07:00",
"ModifiedBy": "sample string 11"
}
application/xml, text/xml
Sample:
<AttendanceRecords xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PongOi.Api.Models"> <AttendanceDate>2026-02-24T18:50:00.7205958+07:00</AttendanceDate> <AttendanceID>1</AttendanceID> <CheckInTime>PT0.1234567S</CheckInTime> <CheckOutTime>PT0.1234567S</CheckOutTime> <CreatedBy>sample string 10</CreatedBy> <CreatedOn>2026-02-24T18:50:00.7205958+07:00</CreatedOn> <CustomerID>2</CustomerID> <EmployeeCode>sample string 4</EmployeeCode> <EmployeeID>3</EmployeeID> <FullName>sample string 5</FullName> <ModifiedBy>sample string 11</ModifiedBy> <ModifiedOn>2026-02-24T18:50:00.7205958+07:00</ModifiedOn> <Note>sample string 9</Note> <OvertimeHours>1</OvertimeHours> <Status>sample string 7</Status> <WorkHours>1</WorkHours> <WorkUnits>8</WorkUnits> </AttendanceRecords>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.