Skip to main content

Quotation Detail Input Model

Fields

FieldDescriptionType
productCodeProduct code. Value must be an existing product code in Cloud Accounting web application. More information can be found here.string
productVariantProduct variant. Value must be an existing product variant in Cloud Accounting web application. More information can be found here.string
descriptionQuotation detail row description.string, maxLength(100)
furtherDescriptionFurther document description.string
qtyQuantity. Value must be a positive number.number
unitUnit of measurement.string, maxLength(8)
unitPricePrice of a single unit.number
discountDiscount formula. Example formulas can be found here.string, maxLength(20)
taxCodeTax code. Value must be an existing tax code in Cloud Accounting web application. More information can be found here.string
taxAdjustmentTax adjustment amount.number
localTaxAdjustmentLocal tax adjustment amount. More information can be found here.number
deptNoDepartment number. Value must be an existing department in Cloud Accounting web application.string
info

Detail record will not be created if all the following criterias are met:

  • productCode value is null
  • description value is null or an empty string
  • unitPrice value is 0