V3 Add Comments to a Document

Use this API to add a comment to a document. Note that once a comment is added, it cannot be updated or deleted.

Path Params
string
required

The unique identifier assigned to the loan.

string
required

The unique identifier assigned to the document.

Query Params
string

Possible values are:

add - Add a comment to the document.

string

The unique identifier of the loan lock. This can be specified if the user has an existing lock on the loan.

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

When adding or updating a comment, provide the commentContract. Use the data provided in the Comment Contract Attributes table.

Headers
string
required

Bearer token

Response

Language