Provides the loan applicants job information.Copy Pageput https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{loanApplicantId}/job-informationPOST: /api/loan-applications/{guid}/loan-applicants/{guid}/job-informationPath ParamsloanApplicationIduuidrequiredThe identifier of the loan application.loanApplicantIduuidrequiredThe identifier of the loan applicant.Body Paramsapplication/jsonapplication/*+jsonThe input model.current_job_titleint32enum0 = Unknown, 1 = Employee, 2 = Worker, 3 = Freelance, 4 = Retired, 5 = Student, 6 = Unemployed, 7 = SocialWelfare, 8 = Professional, 9 = WithoutActivity, 10 = NoIncome, 11 = Horeca, 12 = PublicFunction, 13 = CompanyOwner, 14 = SocialSecurity01234567891011121314Show 15 enum valuescurrent_job_positionstring | nullcurrent_job_started_atdate-time | nullemployerstring | nullemployer_phone_numberstring | nullemployer_streetstring | nullemployer_street_numberstring | nullemployer_street_additional_informationstring | nullemployer_zipcodestring | nullemployer_citystring | nullemployer_countrystring | nullcontract_typeint32enum0 = Unknown, 1 = OpenEnded, 2 = FixedTerm, 3 = Interim, 4 = Formation, 5 = Freelance012345Allowed:012345vat_numberstring | 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