---
title: "Submits timesheet entries for approval. Either provide a specific day (WholeDayOf) or any day within a week (WholeWeekOf) to submit all draft timesheets in that day or week."
method: POST
path: "/api/TimesheetSubmission"
tags: ["TimesheetSubmission"]
---

# Submits timesheet entries for approval. Either provide a specific day (WholeDayOf) or any day within a week (WholeWeekOf) to submit all draft timesheets in that day or week.

`POST /api/TimesheetSubmission`

## Query parameters

- `SendNotifications` boolean
- `WholeWeekOf` string, date-time
- `WholeDayOf` string, date-time
- `UserID` integer
- `SendWebhooks` boolean

## Response `200`

Returns confirmation that timesheets were submitted for approval.

- object

## Other responses

- `400` — Bad Request - WholeDayOf or WholeWeekOf must be provided
- `401` — Unauthorized

---

[API](https://skmtc.net/avaza/apis/avaza-api-documentation.md) · [All operations](https://skmtc.net/avaza/apis/avaza-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/avaza/avaza-api-documentation/versions/1eeadf750514/schema)
