V3 Manage Documentspatch https://api.elliemae.com/encompass/v3/loans/{loanId}/documentsUse this API to add a document, update an existing document, or remove a document from a loan file.Path ParamsloanIdstringrequiredThe unique identifier assigned to the loan.Query ParamsactionstringrequiredPossible actions are: add, update or remove. The default is update.lockIdstringThe unique identifier of the loan lock. This can be specified if the user has an existing lock on the loan.viewstringOptional. View type parameter. Enumerations: entity, idWhen no view parameter is provided, the API will return 204 - No Content with no response body.Body ParamsADD objectHeadersAuthorizationstringrequiredBearer tokenResponses 200OK 400Bad RequestUpdated 1 day ago