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

“SalesReturnedDetailReport”的文档。

Request Information

Parameters

NameDescriptionAdditional information
entity
“entity”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "RecordDateBegin": "sample string 1",
  "RecordDateEnd": "sample string 2",
  "ApproveDateBegin": "sample string 3",
  "ApproveDateEnd": "sample string 4",
  "AuditDateBegin": "sample string 5",
  "AuditDateEnd": "sample string 6",
  "Status": 7,
  "SalesOrderType": 8,
  "ShopId": "sample string 9",
  "PageIndex": 10,
  "PageSize": 11,
  "userCode": "sample string 12",
  "type": "sample string 13"
}

application/xml, text/xml

Sample:
<SalesReturnedDetailSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains">
  <ApproveDateBegin>sample string 3</ApproveDateBegin>
  <ApproveDateEnd>sample string 4</ApproveDateEnd>
  <AuditDateBegin>sample string 5</AuditDateBegin>
  <AuditDateEnd>sample string 6</AuditDateEnd>
  <PageIndex>10</PageIndex>
  <PageSize>11</PageSize>
  <RecordDateBegin>sample string 1</RecordDateBegin>
  <RecordDateEnd>sample string 2</RecordDateEnd>
  <SalesOrderType>8</SalesOrderType>
  <ShopId>sample string 9</ShopId>
  <Status>7</Status>
  <type>sample string 13</type>
  <userCode>sample string 12</userCode>
</SalesReturnedDetailSearchEntity>

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>