Skip to main content

VatZone

VatZones. Represents VAT zones in the system.

type VatZone {
vatZoneId: String!
defaultVatCategoryId: String
description: String
manualVatEntry: Boolean!
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}

Fields

VatZone.vatZoneId ● String! non-null scalar

vatZoneId > (PK) The unique identifier of the VAT zone

VatZone.defaultVatCategoryId ● String scalar

defaultVatCategoryId > The default vat category id for document lines if there are no overriding defaults. Data can be fetched from the VatCategories Datamart query

VatZone.description ● String scalar

description > The description of the VAT zone, which can be specified by the user

VatZone.manualVatEntry ● Boolean! non-null scalar

manualVatEntry > Indicates whether the VAT zone is used for manual VAT entry

VatZone.lastModifiedDateTime ● DateTime! non-null scalar

lastModifiedDateTime > The last modified date and time of the VAT zone

VatZone.companyId ● Int! non-null scalar

companyId > (PK) The unique identifier of the company

VatZone.id ● String! non-null scalar

id > The unique identifier of the document in DataMart

VatZone.createdInDataMartDateTime ● DateTime! non-null scalar

createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart

VatZone.updatedInDataMartDateTime ● DateTime! non-null scalar

updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart

Returned By

vatZones query