| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets the identifier. |
integer |
Required |
| OrderRowId |
Gets the identifier of the related OrderRow. |
integer |
Required |
| ProductCode |
Gets or sets the product code. |
string |
Required Max length: 100 |
| ProductName |
Gets or sets the name of the product. |
string |
Max length: 500 |
| ProductDescription |
Gets or sets the product description. |
string |
Max length: 2147483647 |
| 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 < 0. |
decimal number |
Required |
| ItemPriceExVat |
Gets or sets the item price (exclude VAT). |
decimal number |
Required |
| ItemPriceIncVat |
Gets or sets the item price (include VAT). |
decimal number |
Required |
| DiscountExVat |
Gets or sets the row discount (exclude VAT). |
decimal number |
Required |
| DiscountIncVat |
Gets or sets the row discount (include VAT). |
decimal number |
Required |
| VatTariffId |
Gets or sets the VAT tariff identifier. |
integer |
None. |
| VatTariffCode |
Gets or sets the VAT tariff code. |
string |
None. |
| VatPercentage |
Gets the VAT percentage. |
decimal number |
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 |