POST api/Setting/PostEmployeeLog
Post Payment device Log
Request Information
URI Parameters
None.
Body Parameters
EmployeeLog| Name | Description | Type | Additional information |
|---|---|---|---|
| LogId | globally unique identifier |
None. |
|
| EmployeeId | globally unique identifier |
None. |
|
| Employee | Employee |
None. |
|
| OutletId | globally unique identifier |
None. |
|
| CheckIn | date |
None. |
|
| CheckOut | date |
None. |
|
| Completed | boolean |
None. |
|
| Synced | boolean |
None. |
|
| EmployeeName | string |
None. |
|
| SSNo | string |
None. |
|
| EmpNO | string |
None. |
|
| AttendanceDate | date |
None. |
|
| CheckinDateFormat | string |
None. |
|
| CheckoutDateFormat | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"LogId": "b89e5319-b956-485a-ac2d-f2be045e3a32",
"EmployeeId": "c70ca4a2-51a7-4e54-8a0a-7e7a1449c211",
"Employee": {
"$id": "2",
"Id": "f067832d-6639-4009-a2f5-a021d057b707",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-06-21T22:47:02.1276757+02:00",
"Updated": "2026-06-21T22:47:02.1276757+02:00",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"Name": "sample string 2 sample string 3"
},
"OutletId": "106eb03b-8078-4b72-a9e9-2c754db95b51",
"CheckIn": "2026-06-21T22:47:02.1276757+02:00",
"CheckOut": "2026-06-21T22:47:02.1276757+02:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-06-21T22:47:02.1276757+02:00",
"CheckinDateFormat": "2026-06-21 22:47",
"CheckoutDateFormat": "2026-06-21 22:47"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.