V1 Assign Document Attachmentspatch https://api.elliemae.com/encompass/v1/loans/{loanId}/documents/{documentId}/attachmentsAssigns or unassigns attachments.Path ParamsloanIdstringrequiredThe unique identifier assigned to the loan.documentIdstringrequiredThe unique identifier assigned to the document.Query ParamsactionstringrequiredPossible values are: add - Assigns the attachment to the document. remove - Unassigns the attachment from the document.Body ParamsentityjsonrequiredAttributes are:entityId - The unique identifier assigned to the attachment. entityType - The entity type is "attachment". For example: "entityId" : "testFormFree.pdf", "entityType" : "attachment" HeadersAuthorizationstringrequiredBearer tokenResponse 204204Updated over 1 year ago