Department - accountsIQ/API-Wiki GitHub Wiki

Departments or Tracking Codes are used to tag transactions entered in the system. Each tracking code is linked to several analysis groups. These groups can then be used to report and analyse the data.

Department

Department members

Name Type Description Constraints
DepartmentID String Get the identifier of a department.
  • Cannot be null or empty.
  • Cannot be longer than 50 characters long.
  • Must be upper case.
Description String Get/Set the description of a Department.
  • Cannot be null.
  • Cannot be longer than 500 characters long.
AnalysisCode1 String Get or Set the value of the first analysis group linked to the Department.
    AnalysisCode2 String Get or Set the value of the second analysis group linked to the Department.
      AnalysisCode3 String Get or Set the value of the third analysis group linked to the Department.
        AnalysisCode4 String Get or Set the value of the fourth analysis group linked to the Department.
          AnalysisCode5 String Get or Set the value of the fifth analysis group linked to the Department.
            AnalysisCode6 String Get or Set the value of the sixth analysis group linked to the Department.
              IsActive Boolean Get or Set a flag indicating whether the department is active or not. Inactive departments do not appear in transaction coding screen lookups.
                ⚠️ **GitHub.com Fallback** ⚠️