Skip to main content

AccountingConfig

No description

type AccountingConfig {
accounts: [AccountingAccount!]!
createdDate: DateTime!
id: UUID!
openingDate: String
organizationId: UUID!
updatedDate: DateTime!
}

Fields

NomTypeDescription
accounts[AccountingAccount!]! non-null object
createdDateDateTime! non-null scalarThe creation date-time of the entity
idUUID! non-null scalarUnique identifier of the entity
openingDateString scalar
organizationIdUUID! non-null scalarUnique identifier of the entity's parent organization. Used for tenancy separation.
updatedDateDateTime! non-null scalarThe last update date-time of the entity accountingConfig createOrUpdateAccountingConfig