---
title: "GET /api/billing_profiles/{id}"
method: GET
path: "/api/billing_profiles/{id}"
tags: ["Billing"]
---

# GET /api/billing_profiles/{id}

`GET /api/billing_profiles/{id}`

Retrieve an existing billing profiles

## Path parameters

- `id` string, required

## Query parameters

- `doctor` integer

## Response `200`

OK

- BillingProfile
  - `cpt_codes` object[] — Array of CPT Code objects
    - `diagnosis_pointers_icd9` string[] — ICD9 codes represented in strings
    - `code` string
    - `price` string — This field is represented in string format
    - `ndc_code` object[] — Array of NDC Code objects
      - `ndc_package_code` string
      - `units` 'F2' | 'GR' | 'ME' | 'ML' | 'UN' — Can be one of `F2`(International Unit), `GR`(Gram), `ME`(Milligram), `ML`(Millimeter) or `UN`(Unit)
      - `quantity` string
    - `diagnosis_pointers_icd10` string[] — ICD10 codes represented in strings
    - `modifiers` string[] — Modifiers represented in strings
    - `quantity` string — This field is represented in string format
  - `archived` boolean
  - `icd9_codes` string[] — ICD9 Codes represented in string format
  - `name` string
  - `hcpcs_codes` object[] — Array of HCPCS Code objects
    - `diagnosis_pointers_icd9` string[] — ICD9 codes represented in array of strings
    - `code` string
    - `price` string — This field is represented in string format
    - `ndc_code` object[] — Array of NDC Code objects
      - `ndc_package_code` string
      - `units` 'F2' | 'GR' | 'ME' | 'ML' | 'UN' — Can be one of `F2`(International Unit), `GR`(Gram), `ME`(Milligram), `ML`(Millimeter) or `UN`(Unit)
      - `quantity` string
    - `diagnosis_pointers_icd10` string[] — ICD10 codes represented in array of strings
    - `modifiers` string[] — Modifiers represented in array of strings
    - `quantity` string — This field is represented in string format
  - `created_at` string
  - `doctor` string
  - `updated_at` string
  - `custom_procedure_codes` object[] — Array of custom procedure code objects
    - `price` string — This field is represented in string format
    - `code` string
    - `quantity` string — This field is represented in string format
  - `icd10_codes` string[] — ICD10 Codes represented in string format
  - `id` integer

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Permission Denied
- `404` — Not Found
- `405` — Method Not Allowed
- `500` — Internal Server Error

---

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