---
title: "Create Superbill"
method: POST
path: "/api/superbill/v1"
tags: ["v1"]
---

# Create Superbill

`POST /api/superbill/v1`

## Headers

- `Authorization` string, required

## Request body

- object
  - `patient_external_id` string, required
  - `date_range_min` string, date, required — Minimum (inclusive) date selected for the superbill
  - `date_range_max` string, date, required — Maximum (inclusive) date selected for the superbill
  - `pay_to_address` TypeCommonsStreetAddressShortZip
    - `address1` string, required
    - `address2` string
    - `city` string, required
    - `state` 'AA' | 'AE' | 'AP' | 'AL' | 'AK' | 'AS' | 'AZ' | 'AR' | 'CA' | 'CO' | 'CT' | 'DC' | 'DE' | 'FL' | 'FM' | 'GA' | 'GU' | 'HI' | 'ID' | 'IL' | 'IN' | 'IA' | 'KS' | 'KY' | 'LA' | 'ME' | 'MD' | 'MA' | 'MH' | 'MI' | 'MN' | 'MP' | 'MS' | 'MO' | 'MT' | 'NE' | 'NV' | 'NH' | 'NJ' | 'NM' | 'NY' | 'NC' | 'ND' | 'OH' | 'OK' | 'OR' | 'PA' | 'PR' | 'PW' | 'RI' | 'SC' | 'SD' | 'TN' | 'TX' | 'UT' | 'VI' | 'VT' | 'VA' | 'WA' | 'WV' | 'WI' | 'WY', required
    - `zip_code` string, required — 5-digit zip code
    - `zip_plus_four_code` string — 4-digit zip add-on code https://en.wikipedia.org/wiki/ZIP_Code#ZIP+4
  - `output_format` V1SuperbillOutputFormat — unresolved $ref
  - `include_merged_patient_data` boolean — If true will include claims from any alternative patients the given patient_external_id has.

## Response `200`

Response with status 200

- V1SuperbillResponse — unresolved $ref

## Other responses

- `422` — Error response with status 422

---

[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)
