25.4 December Service Pack 1

Added ‘Schedule Fulfillment For’ Setting Support

The following APIs have been 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.