---
title: "PUT /api/services/app/Workday/Update"
method: PUT
path: "/api/services/app/Workday/Update"
tags: ["Workday"]
---

# PUT /api/services/app/Workday/Update

`PUT /api/services/app/Workday/Update`

## Request body

- CreateOrUpdateWorkdayDto
  - `id` integer
  - `effectiveDate` string, date-time
  - `sun` boolean
  - `mon` boolean
  - `tue` boolean
  - `wed` boolean
  - `thu` boolean
  - `fri` boolean
  - `sat` boolean

## Response `200`

Success

- WorkdayDto
  - `id` integer
  - `creationTime` string, date-time
  - `creatorUserId` integer, nullable
  - `lastModificationTime` string, date-time, nullable
  - `lastModifierUserId` integer, nullable
  - `effectiveDate` string, date-time
  - `mon` boolean
  - `tue` boolean
  - `wed` boolean
  - `thu` boolean
  - `fri` boolean
  - `sat` boolean
  - `sun` boolean

---

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