# Rust API client for mcb_transfer_gen
IFX Services for Metropolitan
## Overview
This API client was generated by the [OpenAPI Generator](https://openapi-generator.tech) project. By using the [openapi-spec](https://openapis.org) from a remote server, you can easily generate an API client.
- API version: 0.0.1
- Package version: 5.0.0
- Build package: org.openapitools.codegen.languages.RustClientCodegen
## Installation
Put the package under your project folder and add the following to `Cargo.toml` under `[dependencies]`:
```
openapi = { path = "./generated" }
```
## Documentation for API Endpoints
All URIs are relative to *http://localhost:8091/efxService/v0_1*
*TransferServiceControllerApi* | [**xfer_add_using_post**](docs/TransferServiceControllerApi.md#xfer_add_using_post) | **POST** /Transfers | xferAdd
## Documentation For Models
- [AcctInfoDtl](docs/AcctInfoDtl.md)
- [AcctKeys](docs/AcctKeys.md)
- [AcctType](docs/AcctType.md)
- [Client](docs/Client.md)
- [CurAmt](docs/CurAmt.md)
- [CurCode](docs/CurCode.md)
- [EfxHdr](docs/EfxHdr.md)
- [FromAcctRef](docs/FromAcctRef.md)
- [Organization](docs/Organization.md)
- [Status](docs/Status.md)
- [ToAcctRef](docs/ToAcctRef.md)
- [Tracking](docs/Tracking.md)
- [XferInfo](docs/XferInfo.md)
- [XferKeys](docs/XferKeys.md)
- [XferReq](docs/XferReq.md)
- [XferReqXferReq](docs/XferReqXferReq.md)
- [XferRes](docs/XferRes.md)
- [XferResXferRes](docs/XferResXferRes.md)
- [XferStatus](docs/XferStatus.md)
- [XferStatusDoc](docs/XferStatusDoc.md)
- [XferStatusRec](docs/XferStatusRec.md)
To get access to the crate's generated documentation, use:
```
cargo doc --open
```
## Author