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": "a05f34e7-3e8f-40b0-a1cb-8cffd7ebb54a",
"EmployeeId": "281ce6e2-3ea3-4169-9bcb-5b29a03e3d24",
"Employee": {
"$id": "2",
"Id": "0d77bee8-ec42-479c-8a3d-622dc2d3e7af",
"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:11:59.2324618+01:00",
"Updated": "2026-02-04T04:11:59.2324618+01:00",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"Name": "sample string 2 sample string 3"
},
"OutletId": "3395a8c5-6146-4718-a201-dd6589199c00",
"CheckIn": "2026-02-04T04:11:59.2324618+01:00",
"CheckOut": "2026-02-04T04:11:59.2324618+01:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-02-04T04:11:59.2324618+01:00",
"CheckinDateFormat": "2026-02-04 04:11",
"CheckoutDateFormat": "2026-02-04 04:11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.