POST api/Setting/PostEmployeeLog

Request Information

URI Parameters

None.

Body Parameters

EmployeeLog
NameDescriptionTypeAdditional information
LogId

globally unique identifier

None.

EmployeeId

globally unique identifier

None.

Employee

Employee

None.

CheckIn

date

None.

CheckOut

date

None.

Completed

boolean

None.

Synced

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LogId": "45c21a11-0a67-4085-8077-84dbf7100db1",
  "EmployeeId": "d2b294dc-a78f-43ca-a32f-c8e2c0171df5",
  "Employee": {
    "$id": "2",
    "Id": "3ffa58dc-915f-4867-8df3-3aa913e3b4e9",
    "FirstName": "sample string 2",
    "LastName": "sample string 3",
    "SSNO": "sample string 4",
    "EmpNO": "sample string 5",
    "Email": "sample string 6",
    "Deleted": true,
    "Created": "2024-05-21T10:12:24.6284406+02:00",
    "Updated": "2024-05-21T10:12:24.6284406+02:00",
    "Logs": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "Name": "sample string 2 sample string 3"
  },
  "CheckIn": "2024-05-21T10:12:24.6284406+02:00",
  "CheckOut": "2024-05-21T10:12:24.6284406+02:00",
  "Completed": true,
  "Synced": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.