GET api/hotel/techson/getcurrency?lang={lang}¤cyCode={currencyCode}¤cyName={currencyName}&isdownload={isdownload}
获取货币信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang |
语言(en-us,zh-hk,zh-cn) |
string |
Required |
currencyCode |
币种code |
string |
Default value is |
currencyName |
币种 |
string |
Default value is |
isdownload |
是否更新到本地库 |
boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
获取货币信息
ReturnResultOfcurrencyRSName | Description | Type | Additional information |
---|---|---|---|
data | currencyRS |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "currencyListField": [ { "codeField": "sample string 1", "nameEnField": "sample string 2", "nameCnField": "sample string 3", "nameTwField": "sample string 4", "statusField": true, "statusFieldSpecified": true, "roundUpField": 7.1, "roundUpFieldSpecified": true, "exRateHKDField": 9.1, "exRateHKDFieldSpecified": true, "symbolField": "sample string 11", "PropertyChanged": null }, { "codeField": "sample string 1", "nameEnField": "sample string 2", "nameCnField": "sample string 3", "nameTwField": "sample string 4", "statusField": true, "statusFieldSpecified": true, "roundUpField": 7.1, "roundUpFieldSpecified": true, "exRateHKDField": 9.1, "exRateHKDFieldSpecified": true, "symbolField": "sample string 11", "PropertyChanged": null } ], "serviceErrorField": { "timestampField": 1, "codeField": "sample string 2", "messageField": "sample string 3", "detailedMessageField": "sample string 4", "PropertyChanged": null }, "rawDataField": "sample string 1", "morePageField": true, "morePageFieldSpecified": true, "PropertyChanged": null }, "code": 1, "message": "sample string 2" }