POST api/Employee/PostEmployeeLog
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": "6d182404-1c28-4296-9317-dde761e9df91",
"EmployeeId": "a51b5b04-11dd-42c6-be75-a049139d3732",
"Employee": {
"$id": "2",
"Id": "87c6d07c-b268-48a2-8005-c609f4d6d5b9",
"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:52:01.9584633+02:00",
"Updated": "2026-06-21T22:52:01.9584633+02:00",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"Name": "sample string 2 sample string 3"
},
"OutletId": "e0550c8c-7a60-4621-85f4-2366483b5b24",
"CheckIn": "2026-06-21T22:52:01.9584633+02:00",
"CheckOut": "2026-06-21T22:52:01.9584633+02:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-06-21T22:52:01.9584633+02:00",
"CheckinDateFormat": "2026-06-21 22:52",
"CheckoutDateFormat": "2026-06-21 22:52"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.