Skip to content

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

Interface: CreatePointOfSaleRequest ​

Extends ​

Properties ​

cashierRoleIds? ​

ts
optional cashierRoleIds?: number[];

Users that have at least one of the given roles can create transactions in this POS (but not open/close/edit it)

Inherited from ​

BasePointOfSaleParams.cashierRoleIds


containers ​

ts
containers: number[];

Inherited from ​

BasePointOfSaleParams.containers


name ​

ts
name: string;

Inherited from ​

BasePointOfSaleParams.name


ownerId? ​

ts
optional ownerId?: number;

useAuthentication ​

ts
useAuthentication: boolean;

Inherited from ​

BasePointOfSaleParams.useAuthentication