POST api/System.String[]/Report.Report/GetGiftSalesOrderReportExport

“GetGiftSalesOrderReportExport”的文档。

Request Information

Parameters

NameDescriptionAdditional information
entity
“entity”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PayDateBegin": "sample string 1",
  "PayDateEnd": "sample string 2",
  "TradeId": "sample string 3",
  "storeId": "sample string 4",
  "ActivityName": "sample string 5",
  "GiftName": "sample string 6",
  "PageIndex": 7,
  "PageSize": 8,
  "user": "sample string 9",
  "type": "sample string 10"
}

application/xml, text/xml

Sample:
<GiftOrdersSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains.BussinessEntity">
  <ActivityName>sample string 5</ActivityName>
  <GiftName>sample string 6</GiftName>
  <PageIndex>7</PageIndex>
  <PageSize>8</PageSize>
  <PayDateBegin>sample string 1</PayDateBegin>
  <PayDateEnd>sample string 2</PayDateEnd>
  <TradeId>sample string 3</TradeId>
  <storeId>sample string 4</storeId>
  <type>sample string 10</type>
  <user>sample string 9</user>
</GiftOrdersSearchEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>