V1 Assign Document Attachments

Assigns or unassigns attachments.

Path Params
string
required

The unique identifier assigned to the loan.

string
required

The unique identifier assigned to the document.

Query Params
string
required

Possible values are:

add - Assigns the attachment to the document.

remove - Unassigns the attachment from the document.

Body Params
json
required

Attributes are:

entityId - The unique identifier assigned to the attachment.

entityType - The entity type is "attachment".

For example:
"entityId" : "testFormFree.pdf",
"entityType" : "attachment"

Headers
string
required

Bearer token

Response

Language