Supplier
No description
type Supplier {
supplierId: Int!
supplierCd: String!
supplierName: String
status: String!
accountRef: String
parentBAccountId: Int
documentLanguage: String
currencyId: String
parentAccountId: Int
supplierClassId: String!
termsId: String
mainLocationId: Int
mainAddressId: Int
mainContactId: Int
noteId: String
deletedDatabaseRecord: Boolean!
lastModifiedDateTime: DateTime!
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
Supplier.supplierId ● Int! non-null scalar
supplierId > (PK) The unique identifier of the supplier.
Supplier.supplierCd ● String! non-null scalar
supplierCd > The code of the supplier.
Supplier.supplierName ● String scalar
supplierName > The name of the supplier.
Supplier.status ● String! non-null scalar
status > The current status of the supplier.
Supplier.accountRef ● String scalar
accountRef > The account reference associated with the supplier.
Supplier.parentBAccountId ● Int scalar
parentBAccountId > The unique identifier of the parent business account associated with the supplier.
Supplier.documentLanguage ● String scalar
documentLanguage > The language used for the supplier's documents.
Supplier.currencyId ● String scalar
currencyId > The currency identifier used by the supplier.
Supplier.parentAccountId ● Int scalar
parentAccountId > The unique identifier of the parent account associated with the supplier.
Supplier.supplierClassId ● String! non-null scalar
supplierClassId > The class identifier of the supplier.
Supplier.termsId ● String scalar
termsId > The terms identifier associated with the supplier.
Supplier.mainLocationId ● Int scalar
mainLocationId > The unique identifier of the main location associated with the supplier.
Supplier.mainAddressId ● Int scalar
mainAddressId > The unique identifier of the main address associated with the supplier.
Supplier.mainContactId ● Int scalar
mainContactId > The unique identifier of the main contact associated with the supplier.
Supplier.noteId ● String scalar
noteId > Links to the attributes (CSAnswers) associated with the supplier.
Supplier.deletedDatabaseRecord ● Boolean! non-null scalar
deletedDatabaseRecord > Indicates whether this record has been marked as deleted in the database.
Supplier.lastModifiedDateTime ● DateTime! non-null scalar
lastModifiedDateTime > The date and time when the supplier record was last modified.
Supplier.companyId ● Int! non-null scalar
companyId > (PK) The unique identifier of the company
Supplier.id ● String! non-null scalar
id > The unique identifier of the document in DataMart
Supplier.createdInDataMartDateTime ● DateTime! non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart
Supplier.updatedInDataMartDateTime ● DateTime! non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart
Returned By
suppliers query