GeneralLedgerAccountDto

📄 Description: Data transfer object representing a general ledger account, encapsulating essential details for ledger entries, transactions, and financial records to facilitate accurate accounting and reporting.

Properties

Name

Type

Required

Restrictions

Description

id

integer(int64)

false

none

Unique identifier for the resource

status

string

false

none

Status of the resource

displayId

string

true

none

Unique identifier for the display

erpSystemId

integer(int64)

false

none

Unique identifier for the erp system

erpSystemDisplayId

string

false

none

Unique identifier for the erp system display

shortName

string

false

none

Abbreviated name of the resource

longName

string

false

none

Name of the long

accountCategory

string

false

none

Category of the account

accountTarget

string

false

none

Represents the target general ledger account associated with a ledger entry or transaction, facilitating accurate financial record management.

companyId

integer(int64)

false

none

Unique identifier for the company

openItemManagement

boolean

false

none

Boolean flag indicating openItemManagement status

Enumerated Values

Attribute

Value

accountCategory

BALANCESHEET, PROFITANDLOSS

accountTarget

ALL, GENERAL_LEDGER, VENDOR

status

ACTIVE, CREATED, DECOMMISSIONED, DISABLED