OrderRow
The class to describe the OrderRow business object.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the identifier. |
integer |
Must be 0 |
| ProductSelectionProductId |
Gets or sets the product selection product identifier. |
integer |
None. |
| OrderRowKey |
Gets or sets the order row key. |
string |
Max length: 50 |
| ItemQuantity | 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 |
| 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 |
| SupplierId |
Gets or sets the supplier identifier. |
integer |
None. |
| ItemPurchasePrice |
Gets or sets the item purchase price. |
decimal number |
None. |
| CreditForOrderRowId |
When adding a credit row, optionally reference to an existing OrderRow. |
integer |
None. |
| Sequence |
The display sequence. If not specified ShopCtrl will determine the sequence. |
integer |
Required |
| ShopProductUrl |
Optionally specify the url to the product page on the Shop. |
string |
Max length: 200 |
| ShopProductImageUrl |
Optionally specify the url to the product image. When not provided, ShopCtrl will use the image as defined with the ShopCtrl Product. |
string |
Max length: 200 |
| Params |
Gets or sets the parameters. |
Collection of OrderRowParameter |
None. |