POST Transactions/FxRate
Request Information
URI Parameters
None.
Body Parameters
FXRateRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| currency | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"currency": "sample string 1"
}
Response Information
Resource Description
FXRateResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| RATE | string |
None. |
|
| STATUS | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"RATE": "sample string 1",
"STATUS": "sample string 2"
}