---
title: "Edit Timeoff Request"
method: PUT
path: "/timesheets/request/timeoff/{request_uid}"
---

# Edit Timeoff Request

`PUT /timesheets/request/timeoff/{request_uid}`

## Path parameters

- `request_uid` string, required

## Request body

- object
  - `timeoff_request` object
    - `request_from` string, date, required
    - `request_to` string, date, required
    - `request_type` string
    - `request_reason` 'OFF' | 'VACATION' | 'SICK' | 'PARENTAL LEAVE' | 'UNPAID' | 'OTHERS' | 'CUSTOM'
    - `request_remarks` string
    - `all_day` boolean

## Response `200`

200

- object
  - `type` string
  - `title` string
  - `message` string
  - `data` object
    - `request_uid` string

## Other responses

- `400` — 400
- `500` — 500

---

[API](https://skmtc.net/zuper/apis/zuper-pro-api.md) · [All operations](https://skmtc.net/zuper/apis/zuper-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zuper/zuper-pro-api/revisions/c7b8028a05de/schema)
