V1 Deny a Rate Lock Requestput https://api.elliemae.com/encompass/v1/loans/{loanId}/ratelockRequests/{requestId}/denialDenies a rate lock request for the specified request ID.Path ParamsloanIdstringrequiredThe unique identifier assigned to the loan.requestIdstringrequiredUnique identifier assigned to the request. The requestId is returned in the response as part of the location header after submitting a rate lock request.Query ParamsviewstringOptional. View type parameter. Enumerations: entity, idWhen no view parameter is provided, the API will return 204 - No Content with no response body.Body ParamsObjects and attributes defined in the rateLockDenial contract. commentsstringComments for the rate lock denial.HeadersAuthorizationstringrequiredBearer tokenResponses 200OK 204No Content 400Bad Request 401Unauthorized 403Forbidden 404Not Found 500Internal Server ErrorUpdated 17 days ago