---
title: "Approves eligible time entry records that match the provided request."
method: POST
path: "/api/timeentry/approve/request"
tags: ["TimeEntry"]
---

# Approves eligible time entry records that match the provided request.

`POST /api/timeentry/approve/request`

## Request body

- IntectWebAPIControllersTimeEntryControllerTimeEntryRecordsRequest
  - `TimeEntryStatusIds` integer[]
  - `TimeEntryRecordIds` integer[]
  - `PeriodId` integer
  - `CycleId` integer
  - `EmploymentId` integer

## Response `200`

OK

- IntectBusinessLogicTimeEntryTimeEntryLogicTimeEntryRecordsPerEmployeeResult[]
  - `UserEmploymentId` integer
  - `FullName` string
  - `DepartmentName` string
  - `Title` string
  - `Template` string
  - `ManagerCompanyUserId` integer
  - `DepartmentManagerCompanyUserId` integer
  - `TimeEntryRecords` IntectBusinessLogicTimeEntryTimeEntryLogicTimeEntryRecordsPerEmployeeResultEmployeeTimeEntryRecord[]
    - `Id` integer
    - `UserEmploymentId` integer
    - `TimeEntryTypeId` integer
    - `EntryDate` string, date-time
    - `EndDate` string, date-time
    - `StartTime` string
    - `EndTime` string
    - `Units` number, double
    - `UnitTypeId` integer
    - `AmountPerUnit` number, double
    - `KilometersDriven` number, double
    - `Description` string
    - `StatusId` integer
    - `Dimension1ValueId` integer, nullable
    - `Dimension1Value` string
    - `Dimension2ValueId` integer, nullable
    - `Dimension2Value` string
    - `Dimension3ValueId` integer, nullable
    - `Dimension3Value` string

---

[API](https://skmtc.dev/intect/apis/intect-rest-api.md) · [All operations](https://skmtc.dev/intect/apis/intect-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/intect/intect-rest-api/revisions/e256dcb495d4/schema)
