Select Ratepost https://api.elliemae.com/epps/v2/loans/{loanId}/rateSelectorSelect a rate for a given loan. Returns the rates, adjustments and other calculations for the specified loan.Path ParamsloanIdstringrequiredUnique identifier of the EPPS loan.Body ParamssourceApplicationNamestringrequiredRequired. Name of the source application.sourceApplicationFormNamestringrequiredRequired. Name of the source application form.requestActionintegerThis attribute is required for relock requests only. For all other requests, this parameter is optional. Possible values are: 1 = QuoteRequest 2 = ValidateRelock, 3 = CheckEligibilityAndPricing 4 = BuyRequest ['1', '2', '3', '4'] The default value is QuoteRequest, which represents the current pricing.requestLockStatusintegerThis is Optional Parameter but required for relock requests. Possible values are: 0 = NoStatus 1 = NotLocked 2 = ActiveLock 3 = Expired 4 = Cancelled ['0', '1', '2', '3', '4']eppsUserNamestringThe ICE PPE User ID is required to validate whether the Encompass user is mapped to an ICE PPE user.facadeUserIDstringUser ID that should be considered as the caller of the API. If the user ID of the currently logged user is not passed, then facadeUserID will be used.programIDintegerrequiredRequired. The unique identifier of the program.rateDataIDintegerrequiredRequired. The unique identifier of the Rate.lienPositionintegerrequiredRequired. The borrower's lien position.effectiveDatestringrequiredRequired. The date from the previous snapshot. This field is optional. effectiveDate should be less than Data Retention Days configured in database (current configuration is 1 year).HeadersAuthorizationstringrequiredBearer tokenResponses 200OK 400Bad RequestUpdated 4 months ago