updates the loan's recovery information.Copy Pageput https://example.com/api/loans/{loanId}/recovery-informationPUT: /api/loans/{guid}/recovery-informationPath ParamsloanIduuidrequiredThe identifier of the loan.Body Paramsapplication/jsonapplication/*+jsonThe model data that will be used to update the loan's recovery information.principal_amount_at_recovery_triggerdouble | nullrecovery_triggerint32enum0 = Undefined, 1 = ThreeLateMonths, 2 = CollectiveDebtSettlement, 3 = Insolvency, 4 = EndOfLoan, 5 = Death012345Allowed:012345recovery_triggered_atdate-time | nullcredit_insurer_claim_stageint32enum0 = Undefined, 1 = ToSend, 2 = Claimed, 3 = Indemnified, 4 = IndemnifiedWithReserve, 5 = Rejected, 6 = Reversed, 7 = NotInsured, 8 = RecoveryAfterRejection012345678Show 9 enum valuesrecovery_channelint32enum0 = Undefined, 1 = LoanSold, 2 = CreditInsurer, 3 = Agency, 4 = Interal01234Allowed:01234recovery_partnerstring | nullrecovery_stageint32enum0 = Undefined, 1 = ToSend, 2 = AmicableRecovery, 3 = JudicialRecovery, 4 = TerminatedNothing, 5 = TerminatedPartial, 6 = TerminatedPrincipal, 7 = TerminatedFull, 8 = CollectiveDebtSettlementOpened, 9 = PreInsolvencyOpened0123456789Show 10 enum valuesrecovery_statusint32enum0 = Undefined, 1 = Agreement, 2 = RegularPayments, 3 = Stopped0123Allowed:0123credit_insurer_rejection_reasonint32enum0 = Undefined, 1 = MissingEvidence, 2 = EvidenceFraud, 3 = IdentityFraud, 4 = ContractInvalidity, 5 = Other, 6 = LateClaim, 7 = WageAssignment, 8 = MissedExitOnEvidence, 9 = MissedOtherInformationOnEvidence0123456789Show 10 enum valuesHeaderscontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/*+jsonapplication/jsonAllowed:application/*+jsonapplication/jsonResponses 200The entity has been updated. 400The input model is not valid.Updated about 1 month ago