Skip to main content

Purchase Order Detail View Model

Fields

FieldDescriptionType
docKeySystem generated key for document.number
dtlKeySystem generated key for document detail.number
seqSequence of detail row. Value is determined by the order of the data list inserted in the request body when creating or updating a document.number
productIdSystem generated key for product.numbernullable
productCodeProduct code.string
productVariantIdSystem generated key for product variant.numbernullable
productVariant1OptionProduct variant option.string
productVariant2OptionProduct variant option.string
descriptionPurchase order detail row description.string
furtherDescriptionFurther document description.string
qtyQuantity.number
unitUnit of measurement.string
unitPricePrice of a single unit.number
taxCodeTax code.string
taxRateTax rate.numbernullable
taxAdjustmentTax adjustment amount.number
localTaxAdjustmentLocal tax adjustment amount.number
discountDiscount formula.string
deptNoDepartment number.string
Calculated Fields
FieldDescriptionType
discountAmtCalculated discount amount.number
subTotalExTaxAmount without tax in document currency.number
localSubTotalExTaxAmount without tax in local currency.number
taxTotal tax in document currency.number
localTaxTotal tax in local currency.number
subTotalAmount with tax in document currency.number
localSubTotalAmount with tax in local currency.number