POST api/{area}/Base/CheckFunctions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| area | string |
None. |
Body Parameters
BaseReqOnlyStr| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"key": "sample string 1"
}
application/xml, text/xml
Sample:
<BaseReqOnlyStr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HUMM.FriendsHaveCar.Models.FHC"> <key>sample string 1</key> </BaseReqOnlyStr>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BaseResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": {},
"count": 1
}
application/xml, text/xml
Sample:
<BaseResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HUMM.FriendsHaveCar.Models.FHC"> <code>sample string 1</code> <count>1</count> <data /> <msg>sample string 2</msg> </BaseResponse>