Name | Description | Type | Additional information |
---|---|---|---|
DebtorNumber |
If the item was bought on a debitor account then this will contain the debitor number.*** |
integer |
None. |
PosNumber |
Containing the origine posnumber of the sales, 99 is normaly sales though webshop |
integer |
None. |
ReceiptNumber |
Contains the receipt number, this is unique on posnumber, date, shopid |
integer |
None. |
ClerkId |
The Salespersons employeeId |
integer |
None. |
VAT | decimal number |
None. |
|
CustomerClubNumber |
The customers loyalty club number if he has one. |
string |
None. |
Amount |
Amount including VAT, discount not deducted. |
decimal number |
None. |
GiftVoucherAutoNumber |
If a giftvaucher was used then the voucher number is contained here |
string |
None. |
GiftVoucherAlternativeNumber |
if a alternative giftvoucher was used then the voucher number is contained here*** |
string |
None. |
PosTransactionType |
Payment or Item |
PublicAPI.Models.PosTransactionTypeViewModel |
None. |
ConnectorId |
The ID of the Connector which handled the sale. Any cash from the sale will be in the drawer connected to this connectorId. |
integer |
None. |
ShopId |
The shop id. |
integer |
None. |
TransactionNumber |
A unique auto increment number over ShopId. |
integer |
None. |
TransactionDateTime |
The date and time of the transaction. |
date |
None. |
TransactionType |
The type of transaction, this ranges from card type to return, this varies from country to country and is there for unknown to us. |
integer |
None. |
Quantity |
The number of items on this line. |
integer |
None. |
ItemGroupNumber |
The itemgroup this item belongs to. |
integer |
None. |