Account
No description
type Account {
accountId: Int!
accountCd: String!
type: String!
accountClassId: String
active: Boolean!
description: String
curyId: String
taxCategoryId: String
noSubDetail: Boolean!
deletedDatabaseRecord: Boolean!
isCashAccount: Boolean!
controlAccountModule: String
publicCode1: String
publicCode2: String
externalCode1: String
externalCode2: String
analysisCode: String
externalCode1Description: String
externalCode2Description: String
analysisCodeDescription: String
groupCd: String
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
Account.accountId
● Int!
non-null scalar
Account.accountCd
● String!
non-null scalar
Account.type
● String!
non-null scalar
Account.accountClassId
● String
scalar
Account.active
● Boolean!
non-null scalar
Account.description
● String
scalar
Account.curyId
● String
scalar
Account.taxCategoryId
● String
scalar
Account.noSubDetail
● Boolean!
non-null scalar
Account.deletedDatabaseRecord
● Boolean!
non-null scalar
Account.isCashAccount
● Boolean!
non-null scalar
Account.controlAccountModule
● String
scalar
Account.publicCode1
● String
scalar
Account.publicCode2
● String
scalar
Account.externalCode1
● String
scalar
Account.externalCode2
● String
scalar
Account.analysisCode
● String
scalar
Account.externalCode1Description
● String
scalar
Account.externalCode2Description
● String
scalar
Account.analysisCodeDescription
● String
scalar
Account.groupCd
● String
scalar
Account.companyId
● Int!
non-null scalar
companyId > The unique identifier of the company
Account.id
● String!
non-null scalar
id > The unique identifier of the document
Account.createdInDataMartDateTime
● DateTime!
non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart
Account.updatedInDataMartDateTime
● DateTime!
non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart
Returned By
accountById
query ● accounts
query