V1 Manage Underwriting Comments

Adds, updates, or deletes comments from an underwriting condition.

Path Params
string
required

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

string
required

The unique identifier assigned to the condition for which to add or remove comments.

Query Params
string

Action to perform. Possible values are:

add- Adds a comment.

remove - Deletes a comment.

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 Comment contract objects.

Headers
string
required

Bearer token

Response

Language
Request
Response
Choose an example:
application/json