downloadFile

abstract suspend fun downloadFile(entityType: String, entityId: Long, documentId: Long)

Retrieve Binary File associated with Document Request used to download the file associated with the document Example Requests: clients/1/documents/1/attachment loans/1/documents/1/attachment Responses:

  • 200: Not Shown: The corresponding Binary file

Return

Unit

Parameters

entityType

entityType

entityId

entityId

documentId

documentId