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": "5f3df0fc-d698-4e07-be9b-0ad51b817fdf",
"EmployeeId": "18f7a446-4e07-4e02-99ad-0db5ca75464b",
"Employee": {
"$id": "2",
"Id": "0629d349-cdd0-4444-8196-db9920d4da88",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-02-04T04:08:42.9563407+01:00",
"Updated": "2026-02-04T04:08:42.9563407+01:00",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"Name": "sample string 2 sample string 3"
},
"OutletId": "3df25eb4-e707-4714-801f-40db84b46b13",
"CheckIn": "2026-02-04T04:08:42.9563407+01:00",
"CheckOut": "2026-02-04T04:08:42.9563407+01:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-02-04T04:08:42.9563407+01:00",
"CheckinDateFormat": "2026-02-04 04:08",
"CheckoutDateFormat": "2026-02-04 04:08"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.