---
title: "Send timesheet to email address"
method: POST
path: "/timesheet/email"
tags: ["Timesheet"]
---

# Send timesheet to email address

`POST /timesheet/email`

## Request body

- TimesheetEmail
  - `sEmailAddress` string, required
  - `sShiftId` string, required

## Response `200`

Email send status

- TimesheetEmailSuccess
  - `sStatus` 'success', required

## Other responses

- `400` — Validation Error. Usually caused by a missing or invalid parameters.
- `401` — Authorization Error. Thrown if the user does not have access to resource.
- `404` — No such record
- `default` — unexpected error

---

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