---
title: "Create billing note"
method: POST
path: "/api/billing_notes/v2"
tags: ["v2"]
---

# Create billing note

`POST /api/billing_notes/v2`

## Headers

- `Authorization` string, required

## Request body

- object
  - `text` string, required — Empty string not allowed.
  - `encounter_id` string, uuid, required

## Response `200`

Response with status 200

- V2BillingNote — unresolved $ref

---

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