Skip to main content

GLCode

A general ledger code

idstringnullable

The Lightyear ID for this object. When importing the object this field should be null, omitted or the default value 00000000-0000-0000-0000-000000000000

Example: 79f53980-7f6b-4d18-ac38-48b60d399e1e
codestringnullable

The object code identifier. Usually this will be a human readable value for the object being imported.

Example: CODE-001
descriptionstring

The description of the object being imported.

glTypestringnullable
isRoundingCodeboolean

Indicates if this GL code is a arounding GL code. When importing the object this field can be omitted in which case the default is false.

isHeaderGLCodeboolean

Indicates if this GL code is a header GL code. When importing the object this field can be omitted in which case the default is false.

isSourceInUseboolean

Indicates if this GL code is in-use/active in the source system.

sourceIDstring

The unique identifier for this object in the source system

Example: CODE-001
GLCode
{
"id": "79f53980-7f6b-4d18-ac38-48b60d399e1e",
"code": "CODE-001",
"description": "string",
"glType": "string",
"isRoundingCode": true,
"isHeaderGLCode": true,
"isSourceInUse": true,
"sourceID": "CODE-001"
}