updateClaimContract

Description
This transaction updates the information of an existing claim contract. In the insurance industry, a claim is a request for payment of benefits. Claims are related to one or more contracts.
Web Services
Operation name: updateClaimContract
Service name: FinancialServices
Example
Update a claim contract to change the description or to end the claim association with the automobile policy.
Usage information
The required input for this transaction includes the claim contract ID (primary key), the claim ID, the contract ID, and the claim contract last update date.
Preconditions
A claim contract must exist.
Mandatory input
  • ClaimContractIdPK
  • ClaimContractLastUpdateDate
Inquiry levels
Not applicable
Filter values
Not applicable
Transaction behavior
To make a claim contract inactive, set an end date that is less than or equal to the current date.
Request message
<TCRMTxType> updateClaimContract

<TCRMTxObject> TCRMClaimContractBObj

<TCRMObject> TCRMClaimContract

Response objects
TCRMClaimContractBObj
Special note
Not applicable