POST api/System.String[]/Report.Report/ExportCostMaintainReport
“ExportCostMaintainReport”的文档。
Request Information
Parameters
Name | Description | Additional 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:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>