VatCategory
VatCategories. Represents a VAT category in the system.
type VatCategory {
vatCategoryId: String!
description: String
excludeListedTaxes: Boolean!
active: Boolean!
standardTaxCode: String
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
VatCategory.vatCategoryId ● String! non-null scalar
vatCategoryId > (PK) The unique identifier of the VAT category.
VatCategory.description ● String scalar
description > The description of the VAT category.
VatCategory.excludeListedTaxes ● Boolean! non-null scalar
excludeListedTaxes > Specifies how the taxes that are included in the category should be applied to the document line.
VatCategory.active ● Boolean! non-null scalar
active > Indicates whether the VAT category is active.
VatCategory.standardTaxCode ● String scalar
standardTaxCode > The standard tax code associated with this VAT category.
VatCategory.lastModifiedDateTime ● DateTime! non-null scalar
lastModifiedDateTime > The last modified date and time of the VAT category.
VatCategory.companyId ● Int! non-null scalar
companyId > (PK) The unique identifier of the company.
VatCategory.id ● String! non-null scalar
id > The unique identifier of the document in DataMart.
VatCategory.createdInDataMartDateTime ● DateTime! non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart.
VatCategory.updatedInDataMartDateTime ● DateTime! non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart.
Returned By
vatCategories query