patch https://api.elliemae.com/encompass/v1/loans//ratelockRequests/
Update rate lock request of a specified request ID for a loan. A rate lock request can be updated if it has not been confirmed or denied or cancelled. Updating a rate lock request will not create a new request.
Usage Notes
- When providing price adjustments in the request payload for the buyside, sell side, or comparision side columns ('buySide.adjustments', 'sellSide.adjustments', or 'comparision.adjustments' objects), you should include them in the sequential order in which they occurred. Retrieve the Rate Lock Request to get the sequential order of the adjustments.
- When updating a rate lock extension request, the buyside.lockExtendPriceAdjustment (field 3365) and buyside adjustments are automatically copied from the lock extension request. There is no need to include them in the request payload. However, if you do, be aware of the following:
- The buyside adjustments should ideally be provided in the sequential order in which the extension requests originally occurred. Retrieve the Rate Lock Request to get the sequential order of the adjustments.
- If the user includes buyside.LockExtendPriceAdjustment (field 3365) in the payload, it will be set to the last extension adjustment in the 'buySide.adjustments' object.
- If the user does not include buyside.LockExtendPriceAdjustment (field 3365) in the payload, the extension adjustments in the 'buySide.adjustments' object will be set in the order in which they were provided in the request payload.