POST api/Employee/PostEmployeeLog
Request Information
URI Parameters
None.
Body Parameters
EmployeeLogName | 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": "87ac1117-3e30-4b5e-b9fd-80c793d7db2e", "EmployeeId": "5d2b549b-2b74-4260-8cc8-391093b90b0a", "Employee": { "$id": "2", "Id": "b0850d68-aa4d-48aa-8226-305e57b69759", "FirstName": "sample string 2", "LastName": "sample string 3", "EmpNO": "sample string 4", "SSNO": "sample string 5", "Email": "sample string 6", "Deleted": true, "Created": "2025-04-04T05:26:23.7031191+02:00", "Updated": "2025-04-04T05:26:23.7031191+02:00", "Logs": [ { "$ref": "1" }, { "$ref": "1" } ], "Name": "sample string 2 sample string 3" }, "OutletId": "e8ab76ed-afab-4169-9c93-eccc972e3d3e", "CheckIn": "2025-04-04T05:26:23.7031191+02:00", "CheckOut": "2025-04-04T05:26:23.7031191+02:00", "Completed": true, "Synced": true, "EmployeeName": "sample string 6", "SSNo": "sample string 7", "EmpNO": "sample string 8", "AttendanceDate": "2025-04-04T05:26:23.7031191+02:00", "CheckinDateFormat": "2025-04-04 05:26", "CheckoutDateFormat": "2025-04-04 05:26" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.