Entity overview
Invoice
Expose invoice lifecycle data so finance, operations, and customer teams share one source of truth for billed revenue.
Endpoints
https://api.flowtly.eu/e-invoices/send
Create send
Creates a Invoice resource.
https://api.flowtly.eu/invoices
List invoices
Retrieves the collection of Invoice resources.
https://api.flowtly.eu/invoices
Create invoice
Creates a Invoice resource.
https://api.flowtly.eu/invoices/draft
List draft
Retrieves the collection of Invoice resources.
https://api.flowtly.eu/invoices/name/{date}
Get invoice by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/invoices/send
Create send
Creates a Invoice resource.
https://api.flowtly.eu/invoices/{id}
Get invoice by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/invoices/{id}
Delete invoice
Remove the resource.
https://api.flowtly.eu/invoices/{id}
Update invoice
Update resource fields using JSON Merge Patch.
https://api.flowtly.eu/invoices/{id}/send
Get invoice by ID
Retrieve a single resource by its identifier.
https://api.flowtly.eu/invoices/{id}/send
Creates a Invoice resource.
Creates a Invoice resource.
Use cases
Schema fields
Invoice-invoice.read_invoice_row.read_invoice_transaction.read_transaction.read_storage.read| Field | Type | Description |
|---|---|---|
id |
integer | id field. |
name |
string | name field. |
type |
string | type field. |
parent |
object | parent field. |
childrenInvoices |
array | childrenInvoices field. |
client |
string | client field. |
tinType |
string | tinType field. |
tinCountry |
string | null | tinCountry field. |
tin |
string | null | tin field. |
bankAccount |
string | bankAccount field. |
amountNet |
number | amountNet field. |
amount |
number | amount field. |
currency |
string | null | currency field. |
conversionRate |
number | null | conversionRate field. |
generatedPdfExternalId |
string | null | generatedPdfExternalId field. |
issueDate |
string | — |
saleDate |
string | — |
dueDate |
string | — |
targetAmount |
number | null | — |
paymentMethod |
string | — |
paidInAdvance |
boolean | — |
notes |
string | null | — |
correctionReason |
string | null | — |
invoiceRows |
array | — |
eInvoicing |
object | — |
invoiceTransactions |
array | — |
internalComment |
string | — |
targetAmountNet |
number | null | — |
status |
string | — |