POST api/Helper/STATISTICAL_ORDER
Request Information
URI Parameters
None.
Body Parameters
ZStatisticalSearchOrderRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ShopID | integer |
None. |
|
| PPCRMCode | string |
None. |
|
| FromDate | string |
None. |
|
| ToDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShopID": 1,
"PPCRMCode": "sample string 2",
"FromDate": "sample string 3",
"ToDate": "sample string 4"
}
application/xml, text/xml
Sample:
<ZStatisticalSearchOrderRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <FromDate>sample string 3</FromDate> <PPCRMCode>sample string 2</PPCRMCode> <ShopID>1</ShopID> <ToDate>sample string 4</ToDate> </ZStatisticalSearchOrderRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ZStatisticalSearchOrderResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| DataTable | Collection of ZStatisticalOrderDataTable |
None. |
|
| DataChart | Collection of ZStatisticalOrderDataChart |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DataTable": [
{
"RowIndex": 1,
"StatusName": "sample string 2",
"Status": "sample string 3",
"AmountOrder": 4,
"TotalOrderValue": 5,
"TotalCharge": 6
},
{
"RowIndex": 1,
"StatusName": "sample string 2",
"Status": "sample string 3",
"AmountOrder": 4,
"TotalOrderValue": 5,
"TotalCharge": 6
}
],
"DataChart": [
{
"RowIndex": 1,
"StatusName": "sample string 2",
"Status": "sample string 3",
"Percent": 4.1,
"BorderColor": "sample string 5",
"BackgroundColor": "sample string 6"
},
{
"RowIndex": 1,
"StatusName": "sample string 2",
"Status": "sample string 3",
"Percent": 4.1,
"BorderColor": "sample string 5",
"BackgroundColor": "sample string 6"
}
]
},
{
"DataTable": [
{
"RowIndex": 1,
"StatusName": "sample string 2",
"Status": "sample string 3",
"AmountOrder": 4,
"TotalOrderValue": 5,
"TotalCharge": 6
},
{
"RowIndex": 1,
"StatusName": "sample string 2",
"Status": "sample string 3",
"AmountOrder": 4,
"TotalOrderValue": 5,
"TotalCharge": 6
}
],
"DataChart": [
{
"RowIndex": 1,
"StatusName": "sample string 2",
"Status": "sample string 3",
"Percent": 4.1,
"BorderColor": "sample string 5",
"BackgroundColor": "sample string 6"
},
{
"RowIndex": 1,
"StatusName": "sample string 2",
"Status": "sample string 3",
"Percent": 4.1,
"BorderColor": "sample string 5",
"BackgroundColor": "sample string 6"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfZStatisticalSearchOrderResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity">
<ZStatisticalSearchOrderResponse>
<DataChart>
<ZStatisticalOrderDataChart>
<BackgroundColor>sample string 6</BackgroundColor>
<BorderColor>sample string 5</BorderColor>
<Percent>4.1</Percent>
<RowIndex>1</RowIndex>
<Status>sample string 3</Status>
<StatusName>sample string 2</StatusName>
</ZStatisticalOrderDataChart>
<ZStatisticalOrderDataChart>
<BackgroundColor>sample string 6</BackgroundColor>
<BorderColor>sample string 5</BorderColor>
<Percent>4.1</Percent>
<RowIndex>1</RowIndex>
<Status>sample string 3</Status>
<StatusName>sample string 2</StatusName>
</ZStatisticalOrderDataChart>
</DataChart>
<DataTable>
<ZStatisticalOrderDataTable>
<AmountOrder>4</AmountOrder>
<RowIndex>1</RowIndex>
<Status>sample string 3</Status>
<StatusName>sample string 2</StatusName>
<TotalCharge>6</TotalCharge>
<TotalOrderValue>5</TotalOrderValue>
</ZStatisticalOrderDataTable>
<ZStatisticalOrderDataTable>
<AmountOrder>4</AmountOrder>
<RowIndex>1</RowIndex>
<Status>sample string 3</Status>
<StatusName>sample string 2</StatusName>
<TotalCharge>6</TotalCharge>
<TotalOrderValue>5</TotalOrderValue>
</ZStatisticalOrderDataTable>
</DataTable>
</ZStatisticalSearchOrderResponse>
<ZStatisticalSearchOrderResponse>
<DataChart>
<ZStatisticalOrderDataChart>
<BackgroundColor>sample string 6</BackgroundColor>
<BorderColor>sample string 5</BorderColor>
<Percent>4.1</Percent>
<RowIndex>1</RowIndex>
<Status>sample string 3</Status>
<StatusName>sample string 2</StatusName>
</ZStatisticalOrderDataChart>
<ZStatisticalOrderDataChart>
<BackgroundColor>sample string 6</BackgroundColor>
<BorderColor>sample string 5</BorderColor>
<Percent>4.1</Percent>
<RowIndex>1</RowIndex>
<Status>sample string 3</Status>
<StatusName>sample string 2</StatusName>
</ZStatisticalOrderDataChart>
</DataChart>
<DataTable>
<ZStatisticalOrderDataTable>
<AmountOrder>4</AmountOrder>
<RowIndex>1</RowIndex>
<Status>sample string 3</Status>
<StatusName>sample string 2</StatusName>
<TotalCharge>6</TotalCharge>
<TotalOrderValue>5</TotalOrderValue>
</ZStatisticalOrderDataTable>
<ZStatisticalOrderDataTable>
<AmountOrder>4</AmountOrder>
<RowIndex>1</RowIndex>
<Status>sample string 3</Status>
<StatusName>sample string 2</StatusName>
<TotalCharge>6</TotalCharge>
<TotalOrderValue>5</TotalOrderValue>
</ZStatisticalOrderDataTable>
</DataTable>
</ZStatisticalSearchOrderResponse>
</ArrayOfZStatisticalSearchOrderResponse>