provider
billing
public

Get Quote View

Get quote view for authenticated users (providers/staff). Does not update viewed_date as this is for internal viewing.

get/billing/quote/{quote_id}/view

Path parameters

quote_idstring required

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Response

Successful Response

idstring required

Quote ID

status'DRAFT' | 'SENT' | 'VIEWED' | 'ACCEPTED' | 'DECLINED' | 'EXPIRED' | 'CONVERTED' required

Status of a quote.

titlestring nullable

Title of the quote

descriptionstring nullable

Description of the quote

discountAmountinteger required

Total discount in cents

taxAmountinteger required

Total tax in cents

totalinteger required

Final total in cents

termsstring nullable

Terms and conditions

validUntilDatestring date-time nullable

When the quote expires

createdDatestring date-time nullable

Date the quote was created

viewedDatestring date-time nullable

When the patient first viewed the quote

respondedDatestring date-time nullable

When the patient responded to the quote

subtotalinteger required

Calculate subtotal from items after item-level discounts.

Changes

No recorded changes to this endpoint across all 1 revision of this API.