Get invoice

get
Path parameters
idstringRequired
Query parameters
selectstringOptional
Responses
chevron-right
200

OK

application/json

Represents an invoice entity in the billing system.

revisioninteger · int32Optional
idstringOptional

The unique identifier of the invoice.

Example: INV-123-456-789
countryCodestringOptional

The country code.

Example: IE
documentNostringOptional

The document number assigned by the ERP system.

Example: DOC-67890
statusstring · enumOptional

Represents the various statuses an invoice can have in the billing system.

Possible values:
billingTypestring · enumOptional

Represents the type of billing process.

Possible values:
clientIdstring · nullableOptional

The client identifier associated with the invoice, if any.

get
/public/v1/billing/invoices/{id}

Last updated

Was this helpful?