PUT api/v1/hR_EmployeeAttendance/{employeeAttendanceId}/employeeAttendanceId
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
employeeAttendanceId | integer |
Required |
Body Parameters
HR_EmployeeAttendanceVMName | Description | Type | Additional information |
---|---|---|---|
employeeAttendanceId | integer |
None. |
|
employeeId | integer |
None. |
|
employeeNumber | string |
None. |
|
attendanceStatusId | integer |
None. |
|
terminalId | integer |
None. |
|
attendanceDate | date |
None. |
|
isPublished | boolean |
None. |
|
datePublished | date |
None. |
|
publishedBy | string |
None. |
|
dateCreated | date |
None. |
|
createdBy | integer |
None. |
|
statusId | integer |
None. |
|
tenantId | integer |
None. |
|
modifiedBy | integer |
None. |
|
dateModified | date |
None. |
|
remark | string |
None. |
|
employeeTypeId | integer |
None. |
|
departmentId | integer |
None. |
|
attendanceStatusName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "employeeAttendanceId": 1, "employeeId": 1, "employeeNumber": "sample string 2", "attendanceStatusId": 1, "terminalId": 1, "attendanceDate": "2024-11-24T08:55:09.9635955-08:00", "isPublished": true, "datePublished": "2024-11-24T08:55:09.9635955-08:00", "publishedBy": "sample string 3", "dateCreated": "2024-11-24T08:55:09.9635955-08:00", "createdBy": 1, "statusId": 1, "tenantId": 1, "modifiedBy": 1, "dateModified": "2024-11-24T08:55:09.9635955-08:00", "remark": "sample string 4", "employeeTypeId": 5, "departmentId": 1, "attendanceStatusName": "sample string 6" }
application/xml, text/xml
Sample:
<HR_EmployeeAttendanceVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Data.TransferObject.ViewModel"> <attendanceDate>2024-11-24T08:55:09.9635955-08:00</attendanceDate> <attendanceStatusId>1</attendanceStatusId> <attendanceStatusName>sample string 6</attendanceStatusName> <createdBy>1</createdBy> <dateCreated>2024-11-24T08:55:09.9635955-08:00</dateCreated> <dateModified>2024-11-24T08:55:09.9635955-08:00</dateModified> <datePublished>2024-11-24T08:55:09.9635955-08:00</datePublished> <departmentId>1</departmentId> <employeeAttendanceId>1</employeeAttendanceId> <employeeId>1</employeeId> <employeeNumber>sample string 2</employeeNumber> <employeeTypeId>5</employeeTypeId> <isPublished>true</isPublished> <modifiedBy>1</modifiedBy> <publishedBy>sample string 3</publishedBy> <remark>sample string 4</remark> <statusId>1</statusId> <tenantId>1</tenantId> <terminalId>1</terminalId> </HR_EmployeeAttendanceVM>
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.