PunchoutBasket reference
PunchoutBasket
record represents a basket information that can be transferred to the procurement system.
Properties
CurrencyId
The currency identifier.
LanguageId
The LCID of a language used by the user.
PricesInclTax
The value indicating whether all prices and amounts include taxes or not.
ShopAccountEmail
The shop account e-mail address.
AccountId
The account identifier. Contains customer or contact identifier depending on AccountType
.
AccountType
The account type.
ContactId
The contact identifier of a contact who placed this order.
TotalExclDiscount
The sum of all basket line amounts, excluding invoice discount, promotion discount, shipping costs and payment costs.
TotalExclTax
The total amount of the basket not including taxes. This is the amount that user actually pays minus total tax.
TotalInclTax
The total amount of the basket including taxes. This is the amount that user actually pays and it should include taxes.
InvoiceDiscount
The total invoice discount amount.
TaxAmount
The total tax amount.
TaxPercent
The total tax percentage.
RoundOff
The amount which is subtracted from the total amount of the basket due to rounding method.
PaymentDiscount
The payment discount amount that is given if the customer pays on or before predefined payment date.
SalesAgreementId
The identifier of sales agreement.
ShippingCost
The shipping costs.
Lines
The collection of basket lines.
ServiceCosts
The service costs.
TaxLines
The collection of tax lines.
ExtraFields
The collection of basket extra fields.