Country
Countries. Note: if a Country is deleted on ERP side this will not be reflected in DataMart for the time being. Support for deletion detection is in development.
type Country {
countryId: String!
description: String
phoneCountryCode: String
ibanLength: Int
usePostalCodeRegister: Boolean
intrastatCountry: String
intrastat: Boolean!
endpoint: String
partyIdentification: String
partyLegal: String
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
Country.countryId ● String! non-null scalar
countryId > (PK) The unique identifier of the country
Country.description ● String scalar
description > The description of the country
Country.phoneCountryCode ● String scalar
phoneCountryCode > The phone country code
Country.ibanLength ● Int scalar
ibanLength > The length of the IBAN for the country
Country.usePostalCodeRegister ● Boolean scalar
usePostalCodeRegister > Indicates whether the postal code register is used
Country.intrastatCountry ● String scalar
intrastatCountry > The Intrastat country code
Country.intrastat ● Boolean! non-null scalar
intrastat > Indicates whether Intrastat is enabled for the country
Country.endpoint ● String scalar
endpoint > The endpoint for the country
Country.partyIdentification ● String scalar
partyIdentification > The party identification code for the country
Country.partyLegal ● String scalar
partyLegal > The party legal code for the country
Country.lastModifiedDateTime ● DateTime! non-null scalar
lastModifiedDateTime > The last modified date and time of the country record
Country.companyId ● Int! non-null scalar
companyId > (PK) The unique identifier of the company
Country.id ● String! non-null scalar
id > The unique identifier of the document in DataMart
Country.createdInDataMartDateTime ● DateTime! non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart
Country.updatedInDataMartDateTime ● DateTime! non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart
Returned By
countries query