Updated an additional financial source for a given loan applicant.Copy Pageput https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{loanApplicantId}/financial-sources/{financialSourceId}PUT: /api/loan-applications/{guid}/loan-applicants/{guid}/financial-sources/{guid}Path ParamsloanApplicationIduuidrequiredThe identifier of the loan application.loanApplicantIduuidrequiredThe identifier of the loan applicant.financialSourceIduuidrequiredThe identifier of the financial source.Body Paramsapplication/jsonapplication/*+jsonThe input model.financial_source_iduuidproven_amountdouble | nullcurrencystring | nullHeaderscontent-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