AccountDefaults - accountsIQ/API-Wiki GitHub Wiki

Presentation of the AccountDefaults data structure. The corresponding customer/supplier defaults need to be set before new customer/supplier can be created.

AccountDefaults

AccountDefaults members

Name Type Description Constraints
AccountGroupID String Get/Set default account group ID.
  • Cannot be more than 50 characters
  • AreaID String Get/Set default account area ID.
  • Cannot be more than 50 characters.
  • AuthorUserID String Get ID of the user who updated the defaults
    BankGLAccountCode String Get/Set default bank account code for new accounts.
    • Cannot be more than 50 characters
    • Cannot be empty
    • Cannot be NULL
    ControlGLAccountCode String Get/Set default control account code for new accounts.
    • Cannot be more than 50 characters
    • Cannot be empty
    • Cannot be NULL
    CreditTermID String Get/Set default credit term for new accounts.
    • Cannot be more than 50 characters
    • Cannot be empty
    • Cannot be NULL
    CurrencyCode String Get/Set default currency for new accounts.
    • Cannot be more than 50 characters
    • Cannot be empty
    • Cannot be NULL
    DeliveryRouteID String Get/Set default delivery route for new accounts.
    • Cannot be more than 50 characters
    GLAccountCode String Get/Set default GL account code for new accounts.
    • Cannot be more than 50 characters
    • Cannot be empty
    • Cannot be NULL
    DiscountRate Decimal Get/Set default discount rate for new accounts.
    • Cannot be less than 0.
    • Cannot be more than 1.
    IsFranchise Boolean Get/Set whether the new accounts are considered as franchise or not.
    LedgerType LedgerType Get/Set account defaults ledger type. Account defaults can be for Customers (LedgerType.Sales) or Suppliers (LedgerType.Purchases)
    PaymentMethodID String Get/Set default payment method for new accounts.
    • Cannot be more than 50 characters
    PriceCateogryID String Get/Set default price category for new accounts.
    • Cannot be more than 50 characters
    PriorityID String Get/Set default priority for new accounts.
    • Cannot be more than 50 characters
    RegionID String Get/Set default region for new accounts.
    • Cannot be more than 50 characters
    ShipViaID String Get/Set default ship via for new accounts.
    • Cannot be more than 50 characters
    TaxID String Get/Set default tax code for new accounts.
    • Cannot be more than 50 characters
    • Cannot be empty
    • Cannot be NULL
    UseAccountTax Boolean Get/Set whether the new accounts default their UseAccountTax property to true or false.
    ⚠️ **GitHub.com Fallback** ⚠️