Declines a document of a borrower.Copy Pagepost https://example.com/api/loans/{loanId}/borrowers/{borrowerId}/documents/{documentId}/declinePOST: /api/loans/{guid}/borrowers/{guid}/documents/{guid}/declinePath ParamsloanIduuidrequiredThe unique identifier of the loan.borrowerIduuidrequiredThe unique identifier of the borrower.documentIduuidrequiredThe unique identifier of the document.Body Paramsapplication/jsonapplication/*+jsonThe input model.commentstring | nullHeaderscontent-typestringenumDefaults to application/jsonGenerated from available request content typesapplication/*+jsonapplication/jsonAllowed:application/*+jsonapplication/jsonResponses 201The entity has been created. 400The input model is not valid.Updated about 1 month ago