GET api/v1/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": "b837eb70-3657-46b0-a90b-6d4d5dd3adc1", "FromCurrencyName": "sample string 2", "ToCurrencyId": "dfbe0ac5-1760-44e6-87aa-50b4ef2755ee", "ToCurrencyName": "sample string 4", "Rate": 5.0, "TypeName": "sample string 6", "OrderNumber": 7 }, { "FromCurrencyId": "b837eb70-3657-46b0-a90b-6d4d5dd3adc1", "FromCurrencyName": "sample string 2", "ToCurrencyId": "dfbe0ac5-1760-44e6-87aa-50b4ef2755ee", "ToCurrencyName": "sample string 4", "Rate": 5.0, "TypeName": "sample string 6", "OrderNumber": 7 } ], "IsShowMessage": true, "IsShowRateAndReview": true }