getAllPartyGroupingValues

Description
This inquiry transaction returns the PartyGroupingValues recorded for a particular PartyGrouping, based on a filter value.
Web Services
Operation name: getAllPartyGroupingValues
Service name: Party
Example
Retrieve all PartyGroupingValues for the Patterson household, which has a High Risk Score value and several Customer Loyalty values such as Average Number of Products, Number of Complaints, Customer Relationship Status, and Customer Attrition Propensity.
Usage information
Use this transaction to retrieve active, inactive, or all PartyGroupingValues when the PartyGroupingId is known.

This transaction supports the Pagination feature.

Preconditions
Not applicable
Mandatory input
  • PartyGroupingId
Inquiry levels
Not applicable
Filter values
The filter applies to PartyGroupingValues. A filter value may be supplied. Valid values are:
  • ACTIVE - returns records where the Party is active.
  • INACTIVE - returns records where the Party is inactive.
  • ALL - returns all records that match the search criteria, both active and inactive.

If an invalid filter value, or no filter value, is supplied, all records matching the search criteria are returned, both active and inactive.

Filter values are case-sensitive and must be provided in upper case.

Transaction behavior
PartyGroupingValues are considered inactive if the end date is less than or equal to the current system date.

PartyGroupingValues are considered active if the end date is greater than the current system date.

Request message
<InquiryType> getAllPartyGroupingValues

<InquiryParam>

     <tcrmParam name= "partyGroupingId">

     <tcrmParam name= "filter">

Response objects
List of TCRMPartyGroupingValueBObj
Special note
Not applicable