InvoiceVersion
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
id[between]stringOptional
id[gt]stringOptional
id[gte]stringOptional
id[lt]stringOptional
id[lte]stringOptional
Responses
200
InvoiceVersion collection
hydra:totalItemsintegerOptional
get
/api/invoice_versions200
InvoiceVersion collection
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Resource identifier
Responses
200
InvoiceVersion resource
Version
@idstringRead-onlyOptional
@typestringRead-onlyOptional
@contextone ofRead-onlyOptional
stringOptional
idintegerOptional
The unique identifier for the invoice version
invoicestring · iri-referenceOptional
The related Invoice entity
versionintegerOptional
The actual version number of the invoice version
referenceNumberstringOptional
The reference number of this version
reverseChargeStatestring · enumOptionalPossible values:
creationDatestring · date-timeOptional
The creation date of the invoice version
paymentMethodstring · iri-reference · nullableOptional
The payment method
isCancellationbooleanOptional
Whether or not the invoice version is a cancellation
404
Resource not found
get
/api/invoice_versions/{id}Last updated
Was this helpful?