Get Bill
Retrieve a specific bill by ID
Authentication
x-api-keystring
API Key authentication via header
Path parameters
billId
Bill identifier
Response
Bill details
id
Bill identifier
status
Bill status
amount
Total bill amount
amountPaid
Amount paid
calculationMethod
Calculation method (LINE_ITEMS or PERCENTAGE)
createdAt
Creation timestamp
updatedAt
Last update timestamp
billNumber
Unique bill number
description
Bill description
type
Document type
Allowed values:
basedOnId
ID of the record this bill is based on
basedOnUid
UID of the record this bill is based on
dueDate
Due date
issueDate
Issue date
isArchived
Whether the bill is archived
percentage
Percentage if calculationMethod is PERCENTAGE
baseAmount
Base amount if calculationMethod is PERCENTAGE
account
record
lineItems
Errors
401
Unauthorized Error
404
Not Found Error
