Updates the cancel reason of a loan.Copy Pageput https://example.com/api/loans/{loanId}/cancel/reasonPUT: /api/loans/{guid}/cancel/reasonPath ParamsloanIduuidrequiredBody Paramsapplication/jsonapplication/*+jsonreasonint32enum1 = NotNeededAnymore, 2 = OtherOffer, 3 = UnableToProvideDocuments, 4 = LongerDurationNeeded, 5 = DiscoverPlatform, 6 = NoConfidence, 7 = Other1234567Allowed:1234567explanationstring | 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