v1

Swagger 2.02026-07-13107162315.5 KB
Bill

Retrieves a single supplier bill by its Transaction ID, including line items, issuer/recipient address details, and web links.

get/api/Bill/{id}

Path parameters

idinteger required

Bill Transaction ID number

Response

Returns the bill details with line items, issuer/recipient, and links.

TransactionIDinteger

Unique identifier for the bill transaction.

AccountIDFKinteger

The Avaza account this bill belongs to.

TransactionPrefixstring

The prefix used in the bill number (e.g. 'BILL').

BillNumberstring

The full bill/invoice number including prefix.

CompanyIDFKinteger

The supplier company ID this bill is from.

CompanyNamestring

The name of the supplier company.

Subjectstring

Subject line or description for the bill.

DateIssuedstring date-time

The date the bill was issued.

DateVerifiedstring date-time

The date the bill was verified/approved.

DueDatestring date-time

The payment due date for the bill.

TransactionStatusCodestring

Current status of the bill. Values: Draft, Verified, Late, Paid, Partial, Void.

TaxAmountnumber double

Total tax amount across all line items.

TransactionTaxConfigCodestring

Tax configuration: 'EX' (tax exclusive) or 'INC' (tax inclusive).

Balancenumber double

Outstanding balance remaining on the bill.

CurrencyCodestring

ISO 3-character currency code for the bill.

TotalAmountnumber double

Total amount of the bill including tax.

ExchangeRatenumber double

Exchange rate to the account's base currency. 1.0 if same currency.

Notesstring

Additional notes or comments on the bill.

SupplierPONumberstring

Supplier purchase order number reference.

DateCreatedstring date-time

Date and time the record was created.

DateUpdatedstring date-time

Date and time the record was last updated.