GET api/{apiVersion}/ExchangeRate/Get
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
apiVersion | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfIEnumerableOfExchangeRateName | Description | Type | Additional information |
---|---|---|---|
Code | integer |
None. |
|
Message | string |
None. |
|
Response | Collection of ExchangeRate |
None. |
|
IsShowMessage | boolean |
None. |
|
IsShowRateAndReview | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "Code": 1, "Message": "sample string 2", "Response": [ { "FromCurrencyId": "f87ac942-93a1-48ee-9cd9-a465c961036e", "FromCurrencyName": "sample string 2", "ToCurrencyId": "6475777c-d937-44e7-b2c3-12e49891f9da", "ToCurrencyName": "sample string 4", "OrderNumber": 5, "BuyRate": 6.0, "SellRate": 7.0, "TypeName": "sample string 8", "Rate": 9.0 }, { "FromCurrencyId": "f87ac942-93a1-48ee-9cd9-a465c961036e", "FromCurrencyName": "sample string 2", "ToCurrencyId": "6475777c-d937-44e7-b2c3-12e49891f9da", "ToCurrencyName": "sample string 4", "OrderNumber": 5, "BuyRate": 6.0, "SellRate": 7.0, "TypeName": "sample string 8", "Rate": 9.0 } ], "IsShowMessage": true, "IsShowRateAndReview": true }