GET api/V52/TeamManage/System/ThirdlyDivision/Get?secondcode={secondcode}
获取三级行政区划代码列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| secondcode | string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取三级行政区划代码列表
CommonOperationResultWithTagOfIEnumerableOfSystemGBT2260Result| Name | Description | Type | Additional information |
|---|---|---|---|
| errcode | integer |
None. |
|
| errmsg | string |
None. |
|
| tag | Collection of SystemGBT2260Result |
None. |
Response Formats
application/json, text/json
Sample:
{
"errcode": 1,
"errmsg": "sample string 2",
"tag": [
{
"T2260QHDM": "sample string 1",
"T2260QHMC": "sample string 2"
},
{
"T2260QHDM": "sample string 1",
"T2260QHMC": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfSystemGBT2260ResultldpHZqFJ 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">
<d2p1:SystemGBT2260Result>
<d2p1:T2260QHDM>sample string 1</d2p1:T2260QHDM>
<d2p1:T2260QHMC>sample string 2</d2p1:T2260QHMC>
</d2p1:SystemGBT2260Result>
<d2p1:SystemGBT2260Result>
<d2p1:T2260QHDM>sample string 1</d2p1:T2260QHDM>
<d2p1:T2260QHMC>sample string 2</d2p1:T2260QHMC>
</d2p1:SystemGBT2260Result>
</tag>
</CommonOperationResultWithTagOfArrayOfSystemGBT2260ResultldpHZqFJ>