POST api/System.String[]/Report.Report/SalesReturnedReport
“SalesReturnedReport”的文档。
Request Information
Parameters
Name | Description | Additional 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", "DeliveryDateBegin": "sample string 7", "DeliveryDateEnd": "sample string 8", "Status": 9, "SalesOrderType": 10, "ShopId": "sample string 11", "userCode": "sample string 12", "Type": "sample string 13", "IsNotContainExchangeOrder": 14 }
application/xml, text/xml
Sample:
<SalesReturnedSearchEntity 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> <DeliveryDateBegin>sample string 7</DeliveryDateBegin> <DeliveryDateEnd>sample string 8</DeliveryDateEnd> <IsNotContainExchangeOrder>14</IsNotContainExchangeOrder> <RecordDateBegin>sample string 1</RecordDateBegin> <RecordDateEnd>sample string 2</RecordDateEnd> <SalesOrderType>10</SalesOrderType> <ShopId>sample string 11</ShopId> <Status>9</Status> <Type>sample string 13</Type> <userCode>sample string 12</userCode> </SalesReturnedSearchEntity>
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>