---
title: "Submit non pending/approved entries/expenses for approval to an existing approval request"
method: POST
path: "/v1/workspaces/{workspaceId}/approval-requests/resubmit-entries-for-approval"
tags: ["Approval"]
---

# Submit non pending/approved entries/expenses for approval to an existing approval request

`POST /v1/workspaces/{workspaceId}/approval-requests/resubmit-entries-for-approval`

## Path parameters

- `workspaceId` string, required — Represents workspace identifier across the system.

## Request body

- CreateApprovalRequest
  - `period` 'WEEKLY' | 'SEMI_MONTHLY' | 'MONTHLY' — Specifies the approval period. It has to match the workspace approval period setting.
  - `periodStart` string, required — Specifies an approval period start date in yyyy-MM-ddThh:mm:ssZ format.
  - `type` string

## Response `200`

OK

## Changes

- **2026-08-20** `a5b636acbcd8` — 16 info
  - the `period` request property default value `` was added
  - the `periodStart` request property default value `` was added
  - the `id` response's property default value `` was added for the status `200`
  - the `note` response's property default value `` was added for the status `200`
  - …12 more

[Change history](https://skmtc.dev/clockify/apis/clockify-api/changes/v1/workspaces/:workspaceId/approval-requests/resubmit-entries-for-approval/post.md)

---

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