Update Attachment

Updates properties for a specified file attachment. Properties that can be updated include:

  • title - The name of the file attachment.

  • isActive - True indicates the file is actively associated with an eFolder document. False indicates it is not actively associated with an eFolder document. In Encompass, the Current Version checkbox on the Document Details window indicates whether the file is actively associated with an eFolder document or not.

Usage Note
Note that the properties of the specific file attachment are updated. When an update is returned, the response code will be 200. If nothing is specified for viewId, then the response code is 204.

Path Params
string
required

Unique identifier assigned to the loan.

string
required

Unique identifier assigned to the attachment.

Query Params
string

Possible values are:

entity - Returns all properties for resource.

id - Returns the attachment ID assigned to the resource.

Body Params
string

The name of the file attachment.

boolean

True if the attachment is the active referenced attachment on the document to which it is assigned. Example: TRUE

Headers
string
required

(NOT required for Try It)
OAuth 2.0 bearer token with the LP scope.

Response

Language
Request