Skip to content

SudoSOS Back-end API / invoicing / InvoiceFilterParameters

Interface: InvoiceFilterParameters ​

Properties ​

description? ​

ts
optional description?: string;

Filter based on a partial match of the invoice description.


fromDate? ​

ts
optional fromDate?: Date;

Filter based on from date,


invoiceId? ​

ts
optional invoiceId?: number;

Filter based on InvoiceId


latestState? ​

ts
optional latestState?: InvoiceState;

Filter based on the current invoice state


returnInvoiceEntries? ​

ts
optional returnInvoiceEntries?: boolean;

Boolean if the invoice entries should be added to the response.


tillDate? ​

ts
optional tillDate?: Date;

Filter based on till date,


toId? ​

ts
optional toId?: number;

Filter based on to user.