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": "422285a4-f021-4268-a633-414f363cdf4c",
"EmployeeId": "ab433413-3c2d-41df-8dae-81ffd692f078",
"Employee": {
"$id": "2",
"Id": "0c911a55-7e86-41a1-8d09-16b06d9b7ce4",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmpNO": "sample string 4",
"SSNO": "sample string 5",
"Email": "sample string 6",
"Deleted": true,
"Created": "2026-03-21T23:44:39.5555302+01:00",
"Updated": "2026-03-21T23:44:39.5555302+01:00",
"Logs": [
{
"$ref": "1"
},
{
"$ref": "1"
}
],
"Name": "sample string 2 sample string 3"
},
"OutletId": "deb73c58-db22-4e46-908d-fcaeae0be564",
"CheckIn": "2026-03-21T23:44:39.5555302+01:00",
"CheckOut": "2026-03-21T23:44:39.5555302+01:00",
"Completed": true,
"Synced": true,
"EmployeeName": "sample string 6",
"SSNo": "sample string 7",
"EmpNO": "sample string 8",
"AttendanceDate": "2026-03-21T23:44:39.5555302+01:00",
"CheckinDateFormat": "2026-03-21 23:44",
"CheckoutDateFormat": "2026-03-21 23:44"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.