V3 Update or Remove Attachments

Updates properties for a specified file attachment or marks the attachment as removed.

Path Params
string
required

Unique identifier assigned to the loan.

Query Params
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.

string

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

string

Possible actions are: update or remove. The default is update.

Body Params
json

Provide the details of the request. Use the data provided in the Attachments Contract Attributes table.

Headers
string
required

Bearer token

Response

Language