Update a loan operation status.Copy Pageput https://example.com/api/loans/{loanId}/operations/{id}/statusPUT: /api/loans/{guid}/operations/{guid}/statusPath 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:012345Headerscontent-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