25.4 December Service Pack 1 Preview
November 5th, 2025
Release Preview
Service Pack Previews provide you with an early look at the new features and updates that will be provided in the upcoming release. However, in the weeks after this Service Pack Preview is published, the release preview page may change with items being added, modified, or removed. When a final draft of the Service Pack is published, the “Preview" label is removed and no further planned updates are made to it.
Added ‘Schedule Fulfillment For’ Setting Support
The following APIs are being enhanced to support fulfillment delivery based on the selection made in the Schedule Fulfillment For setting in Encompass. This setting can be enabled in the Additional Services > eDisclosure Fulfillment Settings.
- Send Opening Package
POST /encompassdocs/v1/documentOrders/opening/{docSetOrder_id}/delivery - Send Forms
POST /encompassdocs/v1/documentOrders/forms/{docSetOrder_id}/delivery
Usage Notes
- When the All Borrowers and NBOs option is selected in the ‘Schedule Fulfillment For’ setting, the request payload for Send Opening Package must include the borrower contact details in both the fulfillments (array of objects) and package object.
- When the Primary Borrower Only (per pair) option is selected in the ‘Schedule Fulfillment For’ setting, the request payload for Send Opening Package must include the primary borrower contact details in both the fulfillments (array of objects) and package object.
- If the contact details are not included in both the fulfillments (array of objects) and package object, the recipient will not receive the physical print package. However, if the contact details are included only in the package object and not the fulfillments (array of objects), the recipient will still receive the digital package.
