V1 Manage Preliminary Documents

Add or delete comments from a preliminary condition.

Path Params
string
required

The unique identifier assigned to a loan.

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- Assigns a document to the condition.

remove - Unassigns a document from a 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

The Document contract object.

Headers
string
required

Bearer token

Response

Language
Request