Newer Version Available

This content describes an older version of this product. View Latest

Get Time-Dependent Account Product List

Retrieves an array of products from the time-dependent account product list.

A time-dependent list is generated from the products that are included in the product assortment that's been defined for the purpose. See Understand Account Product List.

Limits:
  • Maximum number of months based on TradeCalMaxNumberMonths. Default value is 18. See Soft Limits of Trade Calendar.
  • Maximum number of products in the time-dependent account product list based on TimeDepAccProdListResponseMaxProds. Default value is 30000.
Resource
Available version
55.0
Request Parameters
Name Type Description Required or Optional
accountId String ID of the account record from Salesforce. Required
validFrom Number The date and time that specifies the beginning of the time period (in timestamp format). Required
validThru Number The date and time that specifies the end of the time period (in timestamp format). Required
Apex Request Example