V1 Manage Underwriting Conditions

Adds to a condition set and updates or deletes underwriting conditions for a loan.

Path Params
string
required

The unique identifier assigned to the loan for which to create the condition.

Query Params
string

Action to perform. Possible values are:

add- Adds to a condition set.

remove - Deletes the condition.

update - Updates the condition.

string

Optional. View type parameter. Enumerations: entity, id
When no view parameter is provided, the API will return 204 - No Content with no response body.

Body Params
json

Array of Underwriting Condition contract objects.

Headers
string
required

Bearer token

Language
LoadingLoading…