Invoice
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
Invoice collection
hydra:totalItemsintegerOptional
get
/api/invoices200
Invoice collection
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired
Resource identifier
Responses
200
Invoice resource
Invoice
@idstringRead-onlyOptional
@typestringRead-onlyOptional
@contextone ofRead-onlyOptional
stringOptional
idintegerOptional
The unique identifier
numberintegerOptional
datestring · date-time · nullableOptional
statestring · enumOptionalPossible values:
orderNumberstringOptional
internalDepartmentstringOptional
internalCostcenterstringOptional
reverseChargeStatestring · enumOptionalPossible values:
additionalTextstringOptional
framestring · iri-referenceOptional
responsiblePersonstring · iri-referenceOptional
Person that is responsible for this invoice
paymentMethodstring · iri-reference · nullableOptional
Link to payment method
shippingAddressany of · nullableOptional
The shipping address used within the invoice
versionsstring · iri-reference[]Optional
404
Resource not found
get
/api/invoices/{id}Last updated
Was this helpful?