Invoice

Retrieves the collection of Invoice resources.

get

Retrieves the collection of Invoice resources.

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
chevron-right
200

Invoice collection

hydra:totalItemsintegerOptional
get
/api/invoices
200

Invoice collection

Retrieves a Invoice resource.

get

Retrieves a Invoice resource.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idstringRequired

Resource identifier

Responses
chevron-right
200

Invoice resource

Invoice

@idstringRead-onlyOptional
@typestringRead-onlyOptional
@contextone ofRead-onlyOptional
stringOptional
or
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
get
/api/invoices/{id}

Last updated

Was this helpful?