POST api/Marketing/PostPvSearch
Request Information
URI Parameters
None.
Body Parameters
keyValues| Name | Description | Type | Additional information |
|---|---|---|---|
| keyValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"keyValue": "sample string 1"
}
application/xml, text/xml
Sample:
<keyValues xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaiduHelper.Models"> <keyValue>sample string 1</keyValue> </keyValues>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | string |
None. |
|
| Status | ResponseStatus |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": "sample string 1",
"Status": 0,
"Message": "sample string 2"
}
application/xml, text/xml
Sample:
<ResponseResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BaiduHelper.Models"> <Message>sample string 2</Message> <Status>NoResult</Status> <Result>sample string 1</Result> </ResponseResultOfstring>