AccountingConfig
No description
type AccountingConfig {
accounts: [AccountingAccount!]!
createdDate: DateTime!
id: UUID!
openingDate: String
organizationId: UUID!
updatedDate: DateTime!
}
Fields
| Nom | Type | Description |
|---|---|---|
| accounts | [AccountingAccount!]! non-null object | — |
| createdDate | DateTime! non-null scalar | The creation date-time of the entity |
| id | UUID! non-null scalar | Unique identifier of the entity |
| openingDate | String scalar | — |
| organizationId | UUID! non-null scalar | Unique identifier of the entity's parent organization. Used for tenancy separation. |
| updatedDate | DateTime! non-null scalar | The last update date-time of the entity accountingConfig createOrUpdateAccountingConfig |