14.3 File Delivery Services
| Service | Input | Output / Status |
14.3.1 | Get File Delivery | TrSvcFileDeliveryInfo | |
- | [GET] api/trsvc/FileDelivery/{trSvcfileDeliveryId} | ||
14.3.2 | Retry File Delivery | HttpStatusCode.OK | |
- | [PUT] api/trsvc/RetryFileDelivery/{trSvcfileDeliveryId} | ||
14.3.3 | Cancel File Delivery | HttpStatusCode.OK | |
- | [PUT] api/trsvc/CancelFileDelivery/{trSvcfileDeliveryId} | ||
14.3.4 | Give Up File Delivery | HttpStatusCode.OK | |
- | [PUT] api/trsvc/GiveUpFileDelivery/{trSvcfileDeliveryId} | ||
14.3.5 | File Delivery Count | TrSvcFileDeliverySearchInfo | FileDeliveryCount |
- | [POST] api/trsvc/FileDeliveryCount | ||
14.3.6 | File Delivery List | TrSvcFileDeliverySearchPaginationInfo | TrSvcFileDeliveryListInfo |
- | [POST] api/trsvc/FileDeliveryList |