GLDefaults - accountsIQ/API-Wiki GitHub Wiki

Presentation of the GLDefaults data structure. GL defaults need to be set before new GL accounts can be created

GLDefaults

GLDefaults members

Name Type Description Constraints
AuthorUserID String Get the ID of the user who last updated the GL defaults.
    DepartmentID String Get/Set default Department ID for new GLs.
    • Cannot be more than 50 characters.
    • Cannot be empty.
    • Cannot be NULL.
    GLCategoryID String Get/Set default GL category ID for new GLs. This will affect how GL balances will be reported on in P&L and Balance sheet reports.
    • Cannot be more than 50 characters.
    • Cannot be empty.
    • Cannot be NULL.
    GLGroupID String Get/Set default GL Group ID for new GLs.
    • Cannot be more than 50 characters.
    • Cannot be empty.
    • Cannot be NULL.
    GLSubCategoryID String Get/Set default GL sub-category ID for new GLs. This will affect how GL balances will be reported on in P&L and Balance sheet reports.
    • Cannot be more than 50 characters.
    • Cannot be empty.
    • Cannot be NULL.
    TaxID String Get/Set the default tax code applied to new GLs.
    • Cannot be more than 50 characters.
    • Cannot be empty.
    • Cannot be NULL.
    ⚠️ **GitHub.com Fallback** ⚠️