getAllContractPartyRoleAlerts

Description
This inquiry transaction returns the recorded Alert information associated with a InfoSphere® MDM contract party role ID, based on a filter value.
Web Services
Operation name: getAllContractPartyRoleAlerts
Service name: FinancialServices
Example
Retrieve all alerts for a given contract party role.
Usage information
The input to this transaction is the InfoSphere MDM contract role ID for the role whose alerts are being queried as well as a filter.

The filter controls what is returned, either:

  • all active Alert information
  • all inactive Alert information
  • both active and inactive Alert information

    Alert categories and types are user definable via a code table.

This transaction supports the Pagination feature.

Preconditions
Not applicable
Mandatory input
Not applicable
Inquiry levels
Not applicable
Filter values
ACTIVE, INACTIVE, or ALL

Filter values must be provided in upper case.

Transaction behavior
Alerts with an end date greater than the system date are considered to be Active. Alerts with an end date less than or equal to the system date are deemed to be Inactive.
Request message
<InquiryType> getAllContractPartyRoleAlerts

<tcrmParam name= "contractRoleId">

<tcrmParam name= "filter">

Response objects
List of TCRMAlertBObj
Special note
Not applicable