Update a loan operation.Copy Pageput https://example.com/api/loans/{loanId}/operations/{id}PUT: /api/loans/{guid}/operations/{guid}Path ParamsiduuidrequiredThe unique identifier of the loan operation.loanIduuidrequiredThe unique identifier of the loan.Body Paramsapplication/jsonapplication/*+jsonThe input model.statusint32enum0 = New, 1 = Requested, 2 = Processing, 3 = Processed, 4 = Rejected, 5 = Cancelled012345Allowed:012345datastring | 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