Skip to main content

GL Dimension

Summary

Financial data dimensions associated with General Ledger journals. It is a generic way to capture attributes that help in categorizing and analyzing financial data across different dimensions, such as departments, cost centers, projects, and regions.

Data Definitions

Company

Data TypeField NameRulesAbout
StringdimensionTypeZero or OneThe type of dimension.
StringcodeZero or OneThe canonical code for the gl dimension.
StringnameZero or OneThe name of the gl dimension.

Sample JSON

{
"@type": "GLDimension",
"uniqueText": "ca833891-1145-45f6-a641-0a4a77c60fb1",
"dimensionType": "CostCenter",
"code": "6110",
"name": "Advertising Expense"
}