Provides the loan applicants marital status.Copy Pageput https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{loanApplicantId}/marital-statusPUT: /api/loan-applications/{guid}/loan-applicants/{guid}/marital-statusPath ParamsloanApplicationIduuidrequiredThe identifier of the loan application.loanApplicantIduuidrequiredThe identifier of the loan applicant.Body Paramsapplication/jsonapplication/*+jsonThe input model.marital_statusint32enum0 = Undefined, 1 = Single, 2 = Married, 3 = Divorced, 4 = Separated, 5 = Widowed, 6 = CivilUnion0123456Allowed:0123456marital_status_sinceint32enum0 = Undefined, 1 = LessThan1Year, 2 = Between1And3Years, 3 = Between3And5Years, 4 = MoreThan5, 5 = NotApplicable012345Allowed:012345matrimonial_property_regimeint32enum0 = Undefined, 1 = Community, 2 = Separation012Allowed:012Headerscontent-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