GET admin/area/get?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
RtBaseOfISysArea| Name | Description | Type | Additional information |
|---|---|---|---|
| data | ISysArea |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"data": null,
"code": 1,
"msg": "sample string 2"
}
application/xml, text/xml
Sample:
<RtBaseOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaseWebApi.Model"> <code>1</code> <msg>sample string 2</msg> <data i:nil="true" /> </RtBaseOfanyType>