---
title: "updateAllotmentBlockNotes"
method: POST
path: "/updateAllotmentBlockNotes"
tags: ["AllotmentBlocks"]
---

# updateAllotmentBlockNotes

`POST /updateAllotmentBlockNotes`

Update a note on an allotment block

## Response `200`

200 Response

- PostUpdateAllotmentBlockNotesResponse
  - `success` boolean — Returns if the request could be completed
  - `data` object — The created note
    - `id` string — Note ID
    - `text` string — Note contents
    - `createdBy` string — User Name
    - `createdAt` string, date-time — Creation datetime (format: Y-m-d H:i:s)
    - `updatedAt` string, date-time — Last modification datetime (format: Y-m-d H:i:s)
    - `archivedAt` string, date-time, nullable — Archival datetime (format: Y-m-d H:i:s)
    - `status` boolean — Note status

---

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