Provides the loan applicants personal information.Copy Pageput https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{loanApplicantId}/personal-informationPOST: /api/loan-applications/{guid}/loan-applicants/{guid}/personal-informationPath ParamsloanApplicationIduuidrequiredThe identifier of the loan application.loanApplicantIduuidrequiredThe identifier of the loan applicant.Body Paramsapplication/jsonapplication/*+jsonThe input model.first_namestring | nulllast_namestring | nullemailstring | nullmobile_phone_numberstring | nulllanguagestring | nullgenderstring | 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