V3 Manage Enhanced Conditions

Add, update, or remove enhanced conditions on a specified loan. Provided conditions must adhere to the EnhancedConditionContract and should include values appropriate to the lender’s configuration.

Usage Notes

  • The add parameter can be used to add Condition Sets, Condition Templates List, or adhoc enhanced conditions to the loan.
  • When duplicating an enhanced condition, action=duplicate, keep the following points in mind:
    • The allowDuplicate flag must be enabled for the ConditionTemplate associated with the Title and Type.
    • The conditionID must be provided in the payload.
    • Everything from the enhanced condition is copied except for trackingEntries, comments and assignedTo.
  • To add a condition using a configured template, you can provide the template "title" and the "conditionType" in the payload, and if the conditionType and title match, then the condition template gets applied. Select Examples in the Curl Request window to view an example.
Language