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

“CostMaintainReportCount”的文档。

Request Information

Parameters

NameDescriptionAdditional information
entity
“entity”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CreateDateBegin": "sample string 1",
  "CreateDateEnd": "sample string 2",
  "ProductCode": "sample string 3",
  "SkuCode": "sample string 4",
  "PageIndex": 5,
  "PageSize": 6
}

application/xml, text/xml

Sample:
<CostMaintainReportSearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Gy.WebServer.Domains">
  <CreateDateBegin>sample string 1</CreateDateBegin>
  <CreateDateEnd>sample string 2</CreateDateEnd>
  <PageIndex>5</PageIndex>
  <PageSize>6</PageSize>
  <ProductCode>sample string 3</ProductCode>
  <SkuCode>sample string 4</SkuCode>
</CostMaintainReportSearchEntity>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
1

application/xml, text/xml

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