Gets a specific financial source for a given loan applicant.Copy Pageget https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{loanApplicantId}/financial-sources/{financialSourceId}GET: /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.Responses 200OK 404The entity has not been found.Updated about 1 month ago