---
title: "Create a new Note"
method: POST
path: "/api/users/{userId}/repair-orders/{referenceNum}/notes"
tags: ["user-notes-controller"]
---

# Create a new Note

`POST /api/users/{userId}/repair-orders/{referenceNum}/notes`

## Path parameters

- `userId` integer, required
- `referenceNum` string, required

## Request body

- Note
  - `content` string, required
  - `type` 'ARRIVAL_INSTRUCTIONS', required

## Response `200`

The note was successfully created

---

[API](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api.md) · [All operations](https://skmtc.dev/repairsmith/apis/autonation-mobile-service-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/repairsmith/autonation-mobile-service-developer-api/revisions/8ef7fb1398f6/schema)
