Get

Beta
GET
/api/import-invoice/v1/:invoice_id

Retrieve and view an import invoice

Path parameters

invoice_idUUIDRequired

InvoiceId to be returned

Response

This endpoint returns an object.
idUUID
created_atdatetime
updated_atdatetime
itemsobject

The InvoiceItem rollup which contains all claim and service line invoice items

patient_external_idstring
external_customer_identifierstring

Id of the customer in the source system

statusenum
external_identifierstring

Id of the invoice being imported in the source system

due_datedate
amount_centsinteger

Total monetary amount (in cents) of all Invoice Items

notestringOptional
customer_invoice_urlstringOptional

Link to the patient view of the invoice in the third-party service

Errors