GET api/ExchangeRate/Get
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServiceResponseOfListOfExchangeRateName | 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": "459071cc-a0ba-485e-81cc-e73cc1c67d45", "FromCurrencyName": "sample string 2", "ToCurrencyId": "d5226e01-b428-43a1-8c07-8631dd48fb63", "ToCurrencyName": "sample string 4", "Rate": 5.0, "TypeName": "sample string 6", "OrderNumber": 7 }, { "FromCurrencyId": "459071cc-a0ba-485e-81cc-e73cc1c67d45", "FromCurrencyName": "sample string 2", "ToCurrencyId": "d5226e01-b428-43a1-8c07-8631dd48fb63", "ToCurrencyName": "sample string 4", "Rate": 5.0, "TypeName": "sample string 6", "OrderNumber": 7 } ], "IsShowMessage": true, "IsShowRateAndReview": true }