---
title: "Add a Note to a Service Record"
method: POST
path: "/service-records/{recordId}/note"
tags: ["Service Records"]
---

# Add a Note to a Service Record

`POST /service-records/{recordId}/note`

Add an internal or public note to an existing service record.

## Request body

- AddServiceRecordNoteRequest
  - `sendNotification` boolean — Send a notifaction that a note was added to the service record.
  - `body` string, required — The text of the note to be added to the service record.
  - `shareWithRequester` boolean — Specifies whether to send an email notification about the note with the service record's requester user.

## Response `201`

Added successfully added to the service record

- AddServiceRecordNoteResponse
  - `noteId` integer, required — Id of the added note.

## Other responses

- `400` — The request was invalid or cannot be served
- `401` — Authentication information is missing or invalid
- `404` — The specified resource was not found
- `409` — The request could not be completed due to a conflict with the current state of the resource. This typically occurs when attempting to create a duplicate resource, update a resource that has been modified by another process, or when business rules prevent the operation.

---

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