SalesPrice
No description
type SalesPrice {
recordId: Int!
inventoryId: Int!
uom: String!
promotion: Boolean
breakQty: Decimal
price: Decimal
currencyId: String!
vatId: String
effectiveDate: DateTime
expirationDate: DateTime
lastModifiedDateTime: DateTime!
priceCode: Int
description: String
companyId: Int!
id: String!
createdInDataMartDateTime: DateTime!
updatedInDataMartDateTime: DateTime!
}
Fields
SalesPrice.recordId ● Int! non-null scalar
recordId > (PK) The unique identifier of the sales price record.
SalesPrice.inventoryId ● Int! non-null scalar
inventoryId > The unique identifier of the inventory item.
SalesPrice.uom ● String! non-null scalar
uom > The unit of measure (up to 6 characters).
SalesPrice.promotion ● Boolean scalar
promotion > Indicates if the price is a promotion.
SalesPrice.breakQty ● Decimal scalar
breakQty > The quantity at which the price breaks.
SalesPrice.price ● Decimal scalar
price > The sales price.
SalesPrice.currencyId ● String! non-null scalar
currencyId > The currency identifier (up to 5 characters).
SalesPrice.vatId ● String scalar
vatId > The VAT identifier (up to 30 characters).
SalesPrice.effectiveDate ● DateTime scalar
effectiveDate > The date when the price becomes effective.
SalesPrice.expirationDate ● DateTime scalar
expirationDate > The date when the price expires.
SalesPrice.lastModifiedDateTime ● DateTime! non-null scalar
lastModifiedDateTime > The date and time when the record was last modified.
SalesPrice.priceCode ● Int scalar
priceCode > The price code.
SalesPrice.description ● String scalar
description > The description of the sales price.
SalesPrice.companyId ● Int! non-null scalar
companyId > (PK) The unique identifier of the company
SalesPrice.id ● String! non-null scalar
id > The unique identifier of the document in DataMart
SalesPrice.createdInDataMartDateTime ● DateTime! non-null scalar
createdInDataMartDateTime > The UTC DateTime when this document has been added to DataMart
SalesPrice.updatedInDataMartDateTime ● DateTime! non-null scalar
updatedInDataMartDateTime > The UTC DateTime when this document has been updated in DataMart
Returned By
salesPrices query