Skip to main content

SupplierClass

Supplier Class

type SupplierClass {
supplierClassId: String!
description: String
paymentMethodId: String
cashAcctId: Int
vatZoneId: String
termsId: String
curyId: String
paymentByType: String!
language: String
lastModifiedDateTime: DateTime!
deletedDatabaseRecord: Boolean!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}

Fields

SupplierClass.supplierClassId ● String! non-null scalar

SupplierClassId > (PK) The unique identifier of the supplier class

SupplierClass.description ● String scalar

Description > The description of the vendor class

SupplierClass.paymentMethodId ● String scalar

PaymentMethodId > The unique identifier of the payment method

SupplierClass.cashAcctId ● Int scalar

CashAcctId > The unique identifier of the cash account

SupplierClass.vatZoneId ● String scalar

VatZoneId > The VAT zone ID

SupplierClass.termsId ● String scalar

TermsId > The terms ID

SupplierClass.curyId ● String scalar

CuryId > The currency ID

SupplierClass.paymentByType ● String! non-null scalar

PaymentByType > The payment by type

SupplierClass.language ● String scalar

Language > The language of the vendor class

SupplierClass.lastModifiedDateTime ● DateTime! non-null scalar

LastModifiedDateTime > The last modified date and time of the vendor class

SupplierClass.deletedDatabaseRecord ● Boolean! non-null scalar

DeletedDatabaseRecord > Indicates whether the database record is deleted

SupplierClass.companyId ● Int! non-null scalar

companyId > (PK) The unique identifier of the company

SupplierClass.id ● String! non-null scalar

id > The unique identifier of the document in DataMart

SupplierClass.createdInDataMartDateTime ● DateTime! non-null scalar

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

SupplierClass.updatedInDataMartDateTime ● DateTime! non-null scalar

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

Returned By

supplierClasses query