Skip to content

SudoSOS Back-end API / catalogue/point-of-sale / PointOfSaleParameters

Interface: PointOfSaleParameters ​

Define point of sale filtering parameters used to filter query results.

Properties ​

ownerId? ​

ts
optional ownerId?: number;

Filter based on point of sale owner.


pointOfSaleId? ​

ts
optional pointOfSaleId?: number;

Filter based on point of sale id.


pointOfSaleRevision? ​

ts
optional pointOfSaleRevision?: number;

Filter based on point of sale revision.


public? ​

ts
optional public?: boolean;

Whether to select public points of sale.


returnContainers? ​

ts
optional returnContainers?: boolean;

If containers should be added to the response


returnProducts? ​

ts
optional returnProducts?: boolean;

If products should be added to the response