BatchSalesInvoiceLine - accountsIQ/API-Wiki GitHub Wiki

Structure of a batch sales invoice line. Each batch sales invoice can have several lines.

BatchSalesInvoiceLine

BatchSalesInvoiceLine members

Name Type Description Constraints
Description String Get/Set the line description.
  • Cannot be null.
  • Cannot be longer than 500 characters long.
DepartmentID String Get/Set the line department ID.
  • Can be null.
  • Cannot be empty.
  • Cannot be longer than 50 characters long.
GLAccountCode String Get/Set GL account code that the Net posting line will hit.
  • Cannot be null or empty.
  • Must be upper case.
  • Cannot be longer than 50 characters long.
NetAmount Decimal Get/Set the net amount of the line.
  • Cannot be negative.
TaxCode String Get/Set the tax code that will be applied to the line.
  • Cannot be null or empty.
  • Cannot be longer than 50 characters long.
  • Must be upper case.
TaxRate Decimal Get/Set the line tax rate. The tax rate is independent from the tax code.
  • Cannot be negative.
  • Cannot be more than 1 (i.e. 100%).
⚠️ **GitHub.com Fallback** ⚠️