Subaccount
No description
type Subaccount {
subaccountId: Int!
subaccountCd: String!
active: Boolean!
deletedDatabaseRecord: Boolean!
description: String
cd01: String
cd02: String
cd03: String
cd04: String
cd05: String
cd06: String
cd07: String
cd08: String
cd09: String
cd10: String
description01: String
description02: String
description03: String
description04: String
description05: String
description06: String
description07: String
description08: String
description09: String
description10: String
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
Subaccount.subaccountId
● Int!
non-null scalar
subaccountId > The Subaccount ID is the actual ID that the subaccount have in the database and are used in other tables as the relation between the Chart of accounts table and other tables.
Subaccount.subaccountCd
● String!
non-null scalar
subaccountCd > The unique identifier of the general ledger subaccount in the system.
Subaccount.active
● Boolean!
non-null scalar
active > Indicates whether the subaccount is currently active in the system
Subaccount.deletedDatabaseRecord
● Boolean!
non-null scalar
deletedDatabaseRecord > Indicates whether this record has been marked as deleted in the database
Subaccount.description
● String
scalar
description
Subaccount.cd01
● String
scalar
cd01
Subaccount.cd02
● String
scalar
cd02
Subaccount.cd03
● String
scalar
cd03
Subaccount.cd04
● String
scalar
cd04
Subaccount.cd05
● String
scalar
cd05
Subaccount.cd06
● String
scalar
cd06
Subaccount.cd07
● String
scalar
cd07
Subaccount.cd08
● String
scalar
cd08
Subaccount.cd09
● String
scalar
cd09
Subaccount.cd10
● String
scalar
cd10
Subaccount.description01
● String
scalar
description01
Subaccount.description02
● String
scalar
description02
Subaccount.description03
● String
scalar
description03
Subaccount.description04
● String
scalar
description04
Subaccount.description05
● String
scalar
description05
Subaccount.description06
● String
scalar
description06
Subaccount.description07
● String
scalar
description07
Subaccount.description08
● String
scalar
description08
Subaccount.description09
● String
scalar
description09
Subaccount.description10
● String
scalar
description10
Subaccount.lastModifiedDateTime
● DateTime!
non-null scalar
lastModifiedDateTime > A system generated date/time not visible in the window. Value generated based on when the data has been updated
Subaccount.companyId
● Int!
non-null scalar
companyId > The unique identifier of the company
Subaccount.id
● String!
non-null scalar
id > The unique identifier of the document
Subaccount.createdInDataMartDateTime
● DateTime!
non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart
Subaccount.updatedInDataMartDateTime
● DateTime!
non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart
Returned By
subaccounts
query