| Name | Description | Type | Additional information |
|---|---|---|---|
| CostPrice |
The items cost price |
decimal number |
None. |
| UniqueItemNumber |
DdD's unique item identifier also known as a EDB-number |
integer |
None. |
| SupplierId |
The supplers id |
integer |
None. |
| EAN |
The items EAN |
integer |
None. |
| WholeSaleCostPrice | decimal number |
None. |
|
| EffectiveSalesPrice |
This is the calculated price, GrossSalesPrics - Discount |
decimal number |
None. |
| Discount |
The discount given on this sale incl. VAT. Discount is always negativ*** |
decimal number |
None. |
| DiscountCode |
Code defining why the discount was given, this code is defined by the shop them selfs and is unknown to us*** |
integer |
None. |
| ReturnCode |
Code defining why the item have been returned, this in only used if the quantity is negative, default value is 0*** |
integer |
None. |
| WebOrderReference |
Association to a web order. This can be in use for "Order in Store" orders or omnichannel weborders. |
string |
None. |
| CustomText |
A text which can be entered on an item line by the clerk. It can be used for anything or nothing. |
string |
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. |