GET api/BIsmMain/SalesData
返回销售数据
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ParamModal |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "ErrorMsg": "sample string 1" }
application/xml, text/xml
Sample:
<SaleModal xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.BI.Models"> <ErrorMsg>sample string 1</ErrorMsg> </SaleModal>