9.3 Transport Services
| Service |
| Input | Output / Status |
9.3.1 | Create Transport | TrSvcTransportInfo | HttpStatusCode.OK | |
- | [POST] api/trsvc/CreateTransport | |||
9.3.2 | Update Transport | TrSvcTransportInfo | HttpStatusCode.OK | |
- | [PUT] api/trsvc/UpdateTransport | |||
9.3.3 | Get Transport | TrSvcTransportInfo | ||
- | [GET] api/trsvc/Transport/{transportCode} | |||
9.3.4 | Delete Transport | HttpStatusCode.OK | ||
- | [DELETE] api/trsvc/DeleteTransport/{transportCode} | |||
9.3.5 | Disable Transport | HttpStatusCode.OK | ||
- | [PUT] api/trsvc/DisableTransport/{transportCode} | |||
9.3.6 | Activate Transport | HttpStatusCode.OK | ||
- | [PUT] api/trsvc/ActivateTransport/{transportCode} | |||
9.3.7 | Transport Count | TrSvcTransportSearchInfo | TransportCount | |
- | [POST] api/trsvc/TransportCount | |||
9.3.8 | Transport List | TrSvcTransportSearchPaginationInfo | TrSvcTransportListInfo | |
- | [POST] api/trsvc/TransportList | |||
9.3.9 | Transport Api Access | TrSvcTransportApiAccessInfo | ||
- | [GET] api/trsvc/TransportApiAccess/{transportCode} | |||
9.3.10 | Reset Transport Api Access | TrSvcTransportApiAccessInfo | ||
- | [GET] api/trsvc/ResetTransportApiAccess/{transportCode} |