Uploads an evidence for a loan applicant as draft.Copy Pagepost https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{loanApplicantId}/evidences/{evidenceId}POST: /api/loan-applications/{guid}/loan-applicants/{guid}/evidences/{guid}Path 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.content_typestring | nulldatastring | nullfilenamestring | 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