Creates a new loan applicant.Copy Pagepost https://example.com/api/loan-applications/{loanApplicationId}/loan-applicantsPOST: /api/loan-applications/{guid}/loan-applicantsPath ParamsloanApplicationIduuidrequiredThe related loan application id.Body Paramsapplication/jsonapplication/*+jsonThe loan application details.self_registrationbooleantruefalseroleint32enum0 = Unknown, 1 = Primary, 2 = Secondary, 3 = Guarantor0123Allowed:0123first_namestring | nulllast_namestring | nullemailstring | nullpasswordstring | nullconfirmed_passwordstring | nullmobile_phone_numberstring | nulllanguagestring | nullgenderstring | nullterms_and_conditionsbooleantruefalseoffersbooleantruefalsepartner_offersbooleantruefalseHeaderscontent-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