Synchronize a loan applicant credit with data from the National BankCopy Pageput https://example.com/api/loan-applications/{loanApplicationId}/loan-applicants/{loanApplicantId}/credits/{creditId}/synchronizePUT: /api/loan-applications/{guid}/loan-applicants/{guid}/credits/{guid}/synchronizePath ParamsloanApplicationIduuidrequiredThe unique identifier of the loan application.loanApplicantIduuidrequiredThe unique identifier of the loan applicant.creditIduuidrequiredThe unique identifier of the credit.Body Paramsapplication/jsonapplication/*+jsonThe input model.instalment_amountdouble | nulltotal_amountdoublecurrencystring | nullratedouble | nulllenderstring | nulldurationint32 | nullstarted_atdate-time | nullcredit_categoryint32enum0 = Unknown, 1 = Other, 2 = Loan, 3 = PersonalLoan, 4 = Leasing, 5 = CreditLine, 6 = Mortgage, 7 = Overdraft, 8 = Bullet012345678Show 9 enum valuesestimated_prepayment_amountdouble | nullconsolidatebooleantruefalseloan_purpose_iduuid | 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