getAllProductCategoryAssociations

Description
This inquiry transaction retrieves the details for all product category associations based on a given product.
Web Services
Operation name: getAllProductCategoryAssociations
Service name: Product
Example
Retrieve the details for all product category associations involving the Home Owners Line of Credit product.
Usage information
The input to this transaction is the ProductId (primary key) of the product being queried.

If a HierarchyId is supplied, then only the product categorizations within that hierarchy are returned. If no HierarchyId is supplied, the product categorizations across all hierarchies are returned.

This transaction supports the Pagination feature.

Preconditions
Not applicable
Mandatory input
  • ProductId
Inquiry levels
Not applicable
Filter values
This transaction supports filters. Valid values are:
  • ACTIVE - retrieves only active product category associations, and for each active product category association, returns active categories.
  • INACTIVE - retrieves only inactive product category associations, and for each inactive product category association, returns active categories.
  • ALL - retrieves all product category associations, and for each product category association, returns active categories.

The filter is optional. Filter values are not case sensitive for this transaction.

Transaction behavior
If a HierarchyId is supplied, then only the response only returns the product categorizations within that hierarchy. If no HierarchyId is supplied, then the response returns the product categorizations across all hierarchies.
Request message
<InquiryType> getAllProductCategoryAssociations

<InquiryParam>

     <tcrmParam name= "ProductId">

     <tcrmParam name= "HierarchyId">

     <tcrmParam name= "Filter">

Response objects
ProductCategoryAssociationBObj

with associated CategoryBObj

Special note
Not applicable