GET api/hotel/2c/companylocations/{lang}
获取公司地址信息
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
lang | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取公司地址信息
ReturnResultOfListOfTocCompanyLocationsRespContractName | Description | Type | Additional information |
---|---|---|---|
data | Collection of TocCompanyLocationsRespContract |
None. |
|
code |
状态码:100成功,其他自定义 |
integer |
None. |
message |
提示消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": [ { "locationid": 1, "location": "sample string 2", "citycode": "sample string 3", "city": "sample string 4" }, { "locationid": 1, "location": "sample string 2", "citycode": "sample string 3", "city": "sample string 4" } ], "code": 1, "message": "sample string 2" }