POST api/v1/WsbiService/GetExchangeRate
Request Information
URI Parameters
None.
Body Parameters
WsbiExchangeRateRequestName | Description | Type | Additional information |
---|---|---|---|
ExchangeDate | string |
None. |
|
FromCurrency | string |
None. |
|
ToCurrency | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ExchangeDate": "sample string 1", "FromCurrency": "sample string 2", "ToCurrency": "sample string 3" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceResponseOfListOfWsbiExchangeRateName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of WsbiExchangeRate |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "ExchangeDate": "2024-11-14T07:23:31.2458449+03:00", "FromCurrency": "sample string 2", "ToCurrency": "sample string 3", "Rate": 4.0 }, { "ExchangeDate": "2024-11-14T07:23:31.2458449+03:00", "FromCurrency": "sample string 2", "ToCurrency": "sample string 3", "Rate": 4.0 } ], "IsShowMessage": true, "IsShowRateAndReview": true }