---
title: "Read-only convert-to-invoice readiness for an appointment estimate. Converting is the
last step before payment, so the gate blocks while any line is still Pending or a
performed take-home label hasn't been filled. Drives the Convert button's disabled
state + blockers popover (mirrors the BillableItem availability pre-check). Standalone
(no-appointment) estimates are always ready — the quote itself becomes the bill."
method: GET
path: "/Estimates/{id}/convert-readiness"
tags: ["Estimates"]
---

# Read-only convert-to-invoice readiness for an appointment estimate. Converting is the
last step before payment, so the gate blocks while any line is still Pending or a
performed take-home label hasn't been filled. Drives the Convert button's disabled
state + blockers popover (mirrors the BillableItem availability pre-check). Standalone
(no-appointment) estimates are always ready — the quote itself becomes the bill.

`GET /Estimates/{id}/convert-readiness`

## Path parameters

- `id` string, required

## Response `200`

OK

- ConvertReadinessDto — Convert-to-invoice readiness for an appointment estimate. Converting is the last step before payment, so the bill should only be produced once every line is resolved (Performed/Declined) and every take-home label is filled. Standalone (no-appointment) estimates are always ready — the quote itself becomes the bill.
  - `isReady` boolean
  - `blockers` ConvertReadinessBlockerDto[]
    - `lineId` string — The estimate line that isn't ready (jump-to-line target on the UI).
    - `name` string — Human-readable line description.
    - `reason` string — ConvertReadinessReasons code: LINE_PENDING | SIG_REQUIRED.

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/a905bde4e796/schema)
