GET api/Other/HealthCode/AreaList
查询可以选择的园区的列表。 注意,园区ID的参数,需要被引用并用到插入的数据中。
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
查询可以选择的园区的列表。 注意,园区ID的参数,需要被引用并用到插入的数据中。
CommonOperationResultWithTagOfIEnumerableOfHealthInfoAreaResultName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of HealthInfoAreaResult |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "areaid": "sample string 1", "areaname": "sample string 2" }, { "areaid": "sample string 1", "areaname": "sample string 2" } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfHealthInfoAreaResult0sYu56qw xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.Other"> <d2p1:HealthInfoAreaResult> <d2p1:areaid>sample string 1</d2p1:areaid> <d2p1:areaname>sample string 2</d2p1:areaname> </d2p1:HealthInfoAreaResult> <d2p1:HealthInfoAreaResult> <d2p1:areaid>sample string 1</d2p1:areaid> <d2p1:areaname>sample string 2</d2p1:areaname> </d2p1:HealthInfoAreaResult> </tag> </CommonOperationResultWithTagOfArrayOfHealthInfoAreaResult0sYu56qw>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.