Skip to content

SudoSOS Back-end API / transactions / TransactionFilterParameters

Interface: TransactionFilterParameters ​

Properties ​

containerId? ​

ts
optional containerId?: number;

containerRevision? ​

ts
optional containerRevision?: number;

createdById? ​

ts
optional createdById?: number;

excludeById? ​

ts
optional excludeById?: number;

excludeFromId? ​

ts
optional excludeFromId?: number;

exclusiveToId? ​

ts
optional exclusiveToId?: boolean;

fromDate? ​

ts
optional fromDate?: Date;

fromId? ​

ts
optional fromId?: number;

invoiceId? ​

ts
optional invoiceId?: number;

pointOfSaleId? ​

ts
optional pointOfSaleId?: number;

pointOfSaleRevision? ​

ts
optional pointOfSaleRevision?: number;

productId? ​

ts
optional productId?: number;

productRevision? ​

ts
optional productRevision?: number;

tillDate? ​

ts
optional tillDate?: Date;

toId? ​

ts
optional toId?: number;

transactionId? ​

ts
optional transactionId?: number | number[];