| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the identifier. |
integer |
Required |
| ProductSelectionProductId |
Gets or sets the product selection product identifier. |
integer |
None. |
| ItemQuantity |
Gets or sets the item quantity. When a credit is made, the value must be smaller than 0. |
decimal number |
Required |
| ProductName |
Gets or sets the name of the product. |
string |
Max length: 500 |
| ProductCode |
Gets or sets the product code. |
string |
Required Max length: 100 |
| ProductDescription |
Gets or sets the product description. |
string |
Max length: 2147483647 |
| ItemPriceExVat |
Gets or sets the item price (exclude VAT). |
decimal number |
Required |
| ItemPriceIncVat |
Gets or sets the item price (include VAT). |
decimal number |
Required |
| ItemDiscountExVat |
Gets or sets the item discount (exclude VAT). ItemDiscount takes precedence on RowDiscount. |
decimal number |
Required |
| ItemDiscountIncVat |
Gets or sets the item discount (include VAT). ItemDiscount takes precedence on RowDiscount. |
decimal number |
Required |
| RowDiscountExVat |
Gets or sets the row discount (exclude VAT). |
decimal number |
Required |
| RowDiscountIncVat |
Gets or sets the row discount (include VAT). |
decimal number |
Required |
| Vatperc |
Gets or sets the VAT percent. |
decimal number |
Required |
| VATTariffId |
Gets or sets the vat tariff identifier. |
integer |
None. |
| VATTariffCode |
Gets or sets the vat tariff code. |
string |
None. |
| RowTotalExVat |
Gets or sets the row total (exclude VAT). |
decimal number |
Required |
| RowTotalIncVat |
Gets or sets the row total (include VAT). |
decimal number |
Required |
| Comment |
Gets or sets the comment. |
string |
Max length: 2147483647 |
| ItemPurchasePrice |
Gets or sets the item purchase price. |
decimal number |
None. |
| Sequence |
The display sequence. If not specified ShopCtrl will determine the sequence. |
integer |
Required |