GET api/OrderAdmin/SaleTotalDetails?uid={uid}&pname={pname}&userName={userName}&userPhone={userPhone}&pageIndex={pageIndex}&pageSize={pageSize}
“SaleTotalDetails”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| uid | “uid”的文档。 |
Define this parameter in the request URI. |
| pname | “pname”的文档。 |
Define this parameter in the request URI. |
| userName | “userName”的文档。 |
Define this parameter in the request URI. |
| userPhone | “userPhone”的文档。 |
Define this parameter in the request URI. |
| pageIndex | “pageIndex”的文档。 |
Define this parameter in the request URI. |
| pageSize | “pageSize”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Items": [
{
"Id": 1,
"CustomerName": "sample string 2",
"CustomerPhone": "sample string 3",
"ProductName": "sample string 4",
"UserName": "sample string 5",
"UserPhone": "sample string 6",
"Company": "sample string 7",
"CrmName": "sample string 8",
"ShopName": "sample string 9",
"Total": 10
},
{
"Id": 1,
"CustomerName": "sample string 2",
"CustomerPhone": "sample string 3",
"ProductName": "sample string 4",
"UserName": "sample string 5",
"UserPhone": "sample string 6",
"Company": "sample string 7",
"CrmName": "sample string 8",
"ShopName": "sample string 9",
"Total": 10
},
{
"Id": 1,
"CustomerName": "sample string 2",
"CustomerPhone": "sample string 3",
"ProductName": "sample string 4",
"UserName": "sample string 5",
"UserPhone": "sample string 6",
"Company": "sample string 7",
"CrmName": "sample string 8",
"ShopName": "sample string 9",
"Total": 10
}
],
"PageIndex": 1,
"PageCount": 2,
"Total": 3
}
application/xml, text/xml
Sample:
<TuiGuangListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TyretoolMail.Models.Admin">
<Items>
<TuiGuangModel>
<Company>sample string 7</Company>
<CrmName>sample string 8</CrmName>
<CustomerName>sample string 2</CustomerName>
<CustomerPhone>sample string 3</CustomerPhone>
<Id>1</Id>
<ProductName>sample string 4</ProductName>
<ShopName>sample string 9</ShopName>
<Total>10</Total>
<UserName>sample string 5</UserName>
<UserPhone>sample string 6</UserPhone>
</TuiGuangModel>
<TuiGuangModel>
<Company>sample string 7</Company>
<CrmName>sample string 8</CrmName>
<CustomerName>sample string 2</CustomerName>
<CustomerPhone>sample string 3</CustomerPhone>
<Id>1</Id>
<ProductName>sample string 4</ProductName>
<ShopName>sample string 9</ShopName>
<Total>10</Total>
<UserName>sample string 5</UserName>
<UserPhone>sample string 6</UserPhone>
</TuiGuangModel>
<TuiGuangModel>
<Company>sample string 7</Company>
<CrmName>sample string 8</CrmName>
<CustomerName>sample string 2</CustomerName>
<CustomerPhone>sample string 3</CustomerPhone>
<Id>1</Id>
<ProductName>sample string 4</ProductName>
<ShopName>sample string 9</ShopName>
<Total>10</Total>
<UserName>sample string 5</UserName>
<UserPhone>sample string 6</UserPhone>
</TuiGuangModel>
</Items>
<PageCount>2</PageCount>
<PageIndex>1</PageIndex>
<Total>3</Total>
</TuiGuangListModel>