V3 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. If already assigned to another document, this action re-assigns to the new document specified.
update - Updates an attachment assigned to the document.
Note: IsActive is the only attribute that can be updated.
remove - Unassigns the attachment from the document.

Body Params
json

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
LoadingLoading…