Adds a link between a reference and the loan applicant evidence.Copy Pagepost https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{loanApplicantId}/evidences/{evidenceId}/mappingPOST: /api/loan-applications/{guid}/loan-applicants/{guid}/evidences/{guid}/mappingPath ParamsloanApplicationIduuidrequiredThe unique identifier of the loan application.loanApplicantIduuidrequiredThe unique identifier of the loan applicant.evidenceIduuidrequiredThe unique identifier of the evidence.Body Paramsapplication/jsonapplication/*+jsonThe input model.reference_iduuidreference_typeint32enum1 = File, 2 = BankAccountTransaction, 3 = BankAccount, 4 = NetworkUserProfile, 5 = ProofOfIdCheck, 6 = Text123456Allowed:123456digeststring | nullHeaderscontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/*+jsonapplication/jsonAllowed:application/*+jsonapplication/jsonResponses 201The entity has been created. 400The input model is not valid.Updated about 1 month ago