POST api/Marketing/PostReportDate_360

Request Information

URI Parameters

None.

Body Parameters

keyValues
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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>