---
title: "Create daily note"
method: POST
path: "/daily-info/v1/daily-notes"
tags: ["DailyNote:v1:DailyNotes"]
---

# Create daily note

`POST /daily-info/v1/daily-notes`

Create a note under a specified schedule for a specific date

## Request body

- DailyNoteCreateRequest
  - `title` string, required — The title of the note
  - `qualifiedUserIds` integer[] — The users qualified to see the note
  - `qualifiedGroupIds` integer[] — The groups qualified to see the note
  - `date` string, required — The date for the note in ISO 8601 format (e.g. YYYY-MM-DD)
  - `instanceId` integer, required — The unique identifier of the schedule

## Response `200`

Successful Response

- APIResponseDailyNoteResponse
  - `requestId` string
  - `data` DailyNoteResponse, required
    - `id` integer, required — The note ID
    - `title` string, required — The title of the note
    - `qualifiedUserIds` integer[] — The users qualified to see the note
    - `qualifiedGroupIds` integer[] — The groups qualified to see the note
    - `dates` string[], required — Dates the note is relevant for in ISO 8601 format (e.g. YYYY-MM-DD)

## Other responses

- `422` — Validation Error

---

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