GET api/NON/BI/TypicalData/Catering/Income/PaymentType?startdate={startdate}&enddate={enddate}&shopid={shopid}
展示典型数据-餐饮-收入-按收款方式的方法
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
startdate | string |
Required |
|
enddate | string |
Required |
|
shopid | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
展示典型数据-餐饮-收入-按收款方式的方法
CommonOperationResultWithTagOfIEnumerableOfBI_TypicalData_Catering_CommonDataItemName | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | Collection of BI_TypicalData_Catering_CommonDataItem |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": [ { "ItemId": "sample string 1", "ItemName": "sample string 2", "Income": 3.0, "IncomePercentage": 4.0, "YOYOfIncome": 5.0 }, { "ItemId": "sample string 1", "ItemName": "sample string 2", "Income": 3.0, "IncomePercentage": 4.0, "YOYOfIncome": 5.0 } ] }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfArrayOfBI_TypicalData_Catering_CommonDataItem8klBlK8Q xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag xmlns:d2p1="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer.Tour.V5.Result.BI.Common"> <d2p1:BI_TypicalData_Catering_CommonDataItem> <d2p1:Income>3</d2p1:Income> <d2p1:IncomePercentage>4</d2p1:IncomePercentage> <d2p1:ItemId>sample string 1</d2p1:ItemId> <d2p1:ItemName>sample string 2</d2p1:ItemName> <d2p1:YOYOfIncome>5</d2p1:YOYOfIncome> </d2p1:BI_TypicalData_Catering_CommonDataItem> <d2p1:BI_TypicalData_Catering_CommonDataItem> <d2p1:Income>3</d2p1:Income> <d2p1:IncomePercentage>4</d2p1:IncomePercentage> <d2p1:ItemId>sample string 1</d2p1:ItemId> <d2p1:ItemName>sample string 2</d2p1:ItemName> <d2p1:YOYOfIncome>5</d2p1:YOYOfIncome> </d2p1:BI_TypicalData_Catering_CommonDataItem> </tag> </CommonOperationResultWithTagOfArrayOfBI_TypicalData_Catering_CommonDataItem8klBlK8Q>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.