Acknowledging reserve transactions

ClaimCenter is typically integrated with a general ledger system. When ClaimCenter executes financial activity, it typically informs the general ledger. At some later point, the general ledger may acknowledge that the information about the activity has been received.

When a reserve transaction is created and approved, its status is initially set to "submitting". Once the transaction has been acknowledged, its status is changed to "submitted".

To acknowledge a reserve transaction, use the following endpoint:

  • POST /claims/{claimId}/reserves/{transactionId}/acknowledge-submission

When acknowledging a transaction, there is no additional required information. The response can have no body.

The following acknowledges transaction cc:84 for claim cc:61.

POST /claim/v1/claims/ claims/cc:61/reserves/cc:84/acknowledge-submission

<no request body>