updateContractAlert
- Description
- This transaction is used to correct an alert on a contract or to end a contract alert that no longer applies.
- Web Services
- Operation name: updateContractAlert
- Example
- Update an alert to add an end date.
- Usage information
- Essentially all of the information that can be added as part of
the addContractAlert transaction
can be changed through this transaction. Additionally, an Alert ID
(primary key) and an Alert Last Update Date are required for this
transaction to run successfully.
To end a contract alert that no longer applies, set an end date less than or equal to the current date.
- Preconditions
- A contract alert must exist.
- Mandatory input
- AlertIdPK
- AlertLastUpdateDate
- Inquiry levels
- Not applicable
- Filter values
- Not applicable
- Transaction behavior
- Not applicable
- Request message
- <TCRMTxType> updateContractAlert
<TCRMTxObject> TCRMAlertBObj
<TCRMObject> TCRMAlertBObj
- Response objects
- TCRMAlertBObj
- Special note
- Not applicable