---
title: "Create Predefined Days [beta]"
method: POST
path: "/v3/attendance/predefined-days/create"
tags: ["[v3] Attendance"]
---

# Create Predefined Days [beta]

`POST /v3/attendance/predefined-days/create`

Create predefined days for a group. Note: This is a beta version.

## Headers

- `Accept` string
- `Content-Type` string

## Request body

- object
  - `dayType` string, required — String identifier of the day type to assign
  - `dates` unknown[], required — List of dates to assign
    - unknown
  - `groupId` integer, required — ID of the group for the assignment

## Response `200`

Dates assignment was completed

- object
  - `data` string

## Other responses

- `400` — Bad Request - Validation errors
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

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