Get Invoice

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

OK

application/json

Represents an invoice entity in the billing system.

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
statusall ofOptional

The current status of the invoice.

Example: Active
string · enumOptional

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

Possible values:
billingTypeall ofOptional

The billing type associated with the invoice.

Example: Automated
string · enumOptional

Represents the type of billing process.

Possible values:
get
/public/v1/billing/invoices/{id}

Last updated

Was this helpful?