GET api/getxunjianguanjia/list
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ApiResultOfListOfguanjia| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | integer |
None. |
|
| Message | string |
None. |
|
| Data | Collection of guanjia |
None. |
Response Formats
application/json, text/json
Sample:
{
"Code": 200,
"Message": "sample string 2",
"Data": [
{
"id": 1,
"name": "sample string 2"
},
{
"id": 1,
"name": "sample string 2"
}
]
}
application/xml, text/xml
Sample:
<ApiResultOfArrayOfguanjiaAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />