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.
  • At the loan-level, the 'title' attribute is Retrieve-Only and cannot be edited. For more details, see the Enhanced Condition Contract.
Path Params
string
required

Unique identifier of the loan.

Query Params
string

The unique identifier of the loan lock that has been obtained by the user.

string

Possible values are Add, Update, Duplicate, and Remove.

Body Params
json
required

Enhanced condition details as defined by the Enhanced Condition Contract.

Headers
string
required

Bearer token

Responses

Language
Response
Choose an example:
application/json