Transfer an evidence from a loan applicant to the other oneCopy Pageput https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{originalLoanApplicantId}/evidences/{evidenceId}/transferPUT: /api/loan-applications/{guid}/loan-applicants/{guid}/evidences/{guid}/transferPath ParamsloanApplicationIduuidrequiredThe unique identifier of the loan application.originalLoanApplicantIduuidrequiredThe unique identifier of the loan applicant.evidenceIduuidrequiredThe unique identifier of the loan applicant.Body Paramsapplication/jsonapplication/*+jsonThe input containing the loanApplicantId to transfer the evidence toloan_applicant_iduuidHeaderscontent-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