13.3 File Services
| Service | Input | Output / Status |
13.3.1 | Get File | TrSvcFileInfo | |
- | [GET] api/trsvc/File/{fileCode} | ||
13.3.2 | Delete File | HttpStatusCode.OK | |
- | [DELETE] api/trsvc/DeleteFile/{fileCode} | ||
13.3.3 | Replay File | HttpStatusCode.OK | |
- | [PUT] api/trsvc/ReplayFile/{fileCode} | ||
13.3.4 | File Count | TrSvcFileSearchInfo | FileCount |
- | [POST] api/trsvc/FileCount | ||
13.3.5 | File List | TrSvcFileSearchPaginationInfo | TrSvcFileListInfo |
- | [POST] api/trsvc/FileList |