SecureArchive
Controller containing methods to retrieve SecureArchive data and documents
| API | Description |
|---|---|
| POST api/SecureArchive/GetDocument |
Get document from SecureArchive corresponding to the provided documentId |
| POST api/SecureArchive/GetDocumentsByAccount |
Get documents from SecureArchive corresponding to the provided clientId and account number |
Test
Controller containing potential methods for testing certain basic aspects of the API such as authentication
| API | Description |
|---|---|
| POST api/Test/VerifyAccountInfo |
Use this method to test your authentication to the API |