Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fetch the superset of price trade agreements which could apply to all of these items and customer for the given date.
Syntax
public container getAllPriceTradeAgreements(
container _itemRelations,
container _priceGroups,
AccountNum _accountNumber,
utcdatetime _minDate,
utcdatetime _maxDate,
CurrencyCode _currencyCode)
Run On
Called
Parameters
- _itemRelations
Type: container
The item Ids to fetch for agreements for.
- _priceGroups
Type: container
The price groups (probably channel) to query by.
- _accountNumber
Type: AccountNum Extended Data Type
Optional. Customer account number to search by.
- _minDate
Type: utcdatetime
The earliest inclusive active date to search by. Must be less than or equal to _maxDate.
- _maxDate
Type: utcdatetime
The latest inclusive active date to search by. Must be greater than or equal to _minDate.
- _currencyCode
Type: CurrencyCode Extended Data Type
Currency code.
Return Value
Type: container
Collection of trade agreements which may be applied to the given items.