---
title: "Replace note"
method: PUT
path: "/v1/Notes/{id}"
tags: ["Notes"]
---

# Replace note

`PUT /v1/Notes/{id}`

Replace an existing note.

## Path parameters

- `id` integer, required

## Request body

- RevAppModelsNote
  - `note_id` integer — Primary identifier for this note.
  - `subject` string — Short description of what this note is about.
  - `body` string — Main text of the note.
  - `created_date` string, date-time — Date and time this note was created.
  - `created_by` integer — Foreign identifier of the user who created this note.
  - `customer_id` integer — Foreign identifier indicating an association with an account.
  - `order_id` integer — Foreign identifier indicating an association with an order.
  - `request_id` integer — Foreign identifier indicating an association with a request.
  - `task_id` integer — Foreign identifier indicating an association with a task.
  - `note_type_id` integer — Foreign identifier indicating an association with a note type.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `200`

OK

- RevWebAPIModelsSuccess
  - `ok` boolean

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

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