getContractAlert

Description
This inquiry transaction returns a specific recorded alert for a given contract.
Web Services
Operation name: getContractAlert
Service name: FinancialServices
Example
Retrieve the details of a specific contract alert.
Usage information
The input to this transaction is the contract ID and alert ID (primary key) for the contract alert being queried.
Preconditions
Not applicable
Mandatory input
  • ContractId
  • AlertId
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
The transaction returns the alert information for a given contract such as the alert type, alert severity, effective date, and more.
Request message
<InquiryType> getContractAlert

<InquiryParam>

     <tcrmParam name= "ContractId">

     <tcrmParam name= "AlertId">

Response objects
TCRMAlertBObj
Special note
Not applicable