POST api/DataTransferLine/simpleDatapipe

“simpleDatapipe”的文档。

Request Information

Parameters

NameDescriptionAdditional information
commonEntity
“commonEntity”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "app_key": "sample string 1",
  "business_Type": "sample string 2",
  "param": "sample string 3",
  "timestamp": "sample string 4",
  "sign": "sample string 5",
  "event_id": "sample string 6"
}

application/xml, text/xml

Sample:
<CommonEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataTransferWebApi.Models">
  <app_key>sample string 1</app_key>
  <business_Type>sample string 2</business_Type>
  <event_id>sample string 6</event_id>
  <param>sample string 3</param>
  <sign>sample string 5</sign>
  <timestamp>sample string 4</timestamp>
</CommonEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "data": {}
}

application/xml, text/xml

Sample:
<CallResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DataTransferWebApi.Models">
  <code>1</code>
  <data />
  <message>sample string 2</message>
</CallResult>