PurchaseOrderRow

The class to describe the PurchaseOrderRow business object.

NameDescriptionTypeAdditional information
Id

Gets or sets the identifier.

integer

Required

ProductId

Gets or sets the product identifier.

integer

None.

ItemQuantity

Gets or sets the item quantity.

decimal number

Required

ItemQuantityDelivered

Gets the item quantity delivered.

decimal number

Required

ProductName

Gets or sets the name of the product.

string

Required

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

RowTotalExVat

Gets or sets the row total (exclude VAT).

decimal number

Required

Comment

Gets or sets the comment.

string

Max length: 2147483647

Sequence

The display sequence. If not specified ShopCtrl will determine the sequence.

integer

Required

ExpectedDeliveryDate

date

None.