provider
billing

Send Quote

Send quote to patient via specified method (SMS, email, etc.).

post/billing/quote/send

Headers

TENANTstring required

The tenant you are making this request on behalf of

API-KEYstring required

Your api key

Request body

quoteIdstring required

ID of the quote to send

methodstring required

Communication method (email, sms, etc.)

messagestring nullable

Custom message to include

scheduleSendDatestring date-time nullable

Schedule quote to be sent at this time

Response

Successful Response

idstring required

Quote ID

patientIdstring required

Patient ID

creatorIdstring nullable

Creator ID

cartIdstring nullable

Source cart ID

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

Status of a quote.

titlestring nullable

Title/subject of the quote

discountAmountinteger required

Total discount in cents

discountPercentagenumber required

Overall discount percentage

taxAmountinteger required

Total tax in cents

totalinteger required

Final total in cents

itemCountinteger

Number of items in quote

packageCountinteger

Number of packages in quote

createdDatestring date-time nullable

Date the quote was created

updatedDatestring date-time nullable

Date the quote was last updated

validUntilDatestring date-time nullable

When the quote expires

sentDatestring date-time nullable

When the quote was sent

viewedDatestring date-time nullable

When the patient first viewed the quote

respondedDatestring date-time nullable

When the patient responded to the quote

internalNotesstring nullable

Internal notes

descriptionstring nullable

Description of the quote

termsstring nullable

Terms and conditions

convertedChargeIdstring nullable

ID of charge if quote was converted

subtotalinteger required

Calculate subtotal from items after item-level discounts.

Changes

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