GET api/Quotation/GetAPIPager?pageIndex={pageIndex}&pageSize={pageSize}&isAll={isAll}&status={status}&customerName={customerName}
获取报价单分页数据接口
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageIndex | integer |
Required |
|
| pageSize | integer |
Required |
|
| isAll | boolean |
Required |
|
| status |
1:生效,2:失效 |
integer |
None. |
| customerName | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
InfoResultOfPagerSourceOfVQuotationDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | PagerSourceOfVQuotationDto |
None. |
|
| IsSuccess |
是否成功:true:成功,false:失败 |
boolean |
None. |
| Msg |
返回消息 |
string |
None. |
| Extra |
特定信息 |
string |
None. |
| Code |
内部代码:[成功 000000|失败 000001|未登陆/未授权 000002] |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"Data": [
{
"Id": 1,
"QuoteUserId": 2,
"QuoteDate": "2026-03-31 21:47:05",
"QuoteNo": "sample string 4",
"CustomerId": 5,
"CustomerContactId": 1,
"Phone": "sample string 6",
"Status": 1,
"Progress": "sample string 7",
"Remark": "sample string 8",
"ContractNo": "sample string 9",
"SalerId": 1,
"EffectiveDate": "2026-03-31 21:47:05",
"ExpireDate": "2026-03-31 21:47:05",
"PaymentMethod": 1,
"QuotationRemark": "sample string 10",
"CustomerName": "sample string 11",
"ContactName": "sample string 12",
"CityName": "sample string 13",
"AreaName": "sample string 14",
"PaymentMethodName": "sample string 15",
"SalerName": "sample string 16",
"OrderTruckId": 1,
"FileNum": 17,
"QuoteUserName": "sample string 18"
},
{
"Id": 1,
"QuoteUserId": 2,
"QuoteDate": "2026-03-31 21:47:05",
"QuoteNo": "sample string 4",
"CustomerId": 5,
"CustomerContactId": 1,
"Phone": "sample string 6",
"Status": 1,
"Progress": "sample string 7",
"Remark": "sample string 8",
"ContractNo": "sample string 9",
"SalerId": 1,
"EffectiveDate": "2026-03-31 21:47:05",
"ExpireDate": "2026-03-31 21:47:05",
"PaymentMethod": 1,
"QuotationRemark": "sample string 10",
"CustomerName": "sample string 11",
"ContactName": "sample string 12",
"CityName": "sample string 13",
"AreaName": "sample string 14",
"PaymentMethodName": "sample string 15",
"SalerName": "sample string 16",
"OrderTruckId": 1,
"FileNum": 17,
"QuoteUserName": "sample string 18"
}
],
"PageIndex": 1,
"PageSize": 2,
"RecordCount": 3,
"PageCount": 4
},
"IsSuccess": true,
"Msg": "sample string 2",
"Extra": "sample string 3",
"Code": "sample string 4"
}
application/xml, text/xml
Sample:
<InfoResultOfPagerSourceOfVQuotationDto8taVmWcUom1kJJU9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CMS.Core.ShareData">
<Code>sample string 4</Code>
<Extra>sample string 3</Extra>
<IsSuccess>true</IsSuccess>
<Msg>sample string 2</Msg>
<Data>
<PageCount>4</PageCount>
<PageIndex>1</PageIndex>
<PageSize>2</PageSize>
<RecordCount>3</RecordCount>
<Data xmlns:d3p1="http://schemas.datacontract.org/2004/07/CMS.Domain.Dto">
<d3p1:VQuotationDto>
<d3p1:AreaName>sample string 14</d3p1:AreaName>
<d3p1:CityName>sample string 13</d3p1:CityName>
<d3p1:ContactName>sample string 12</d3p1:ContactName>
<d3p1:ContractNo>sample string 9</d3p1:ContractNo>
<d3p1:CustomerContactId>1</d3p1:CustomerContactId>
<d3p1:CustomerId>5</d3p1:CustomerId>
<d3p1:CustomerName>sample string 11</d3p1:CustomerName>
<d3p1:EffectiveDate>2026-03-31T21:47:05.9553748+08:00</d3p1:EffectiveDate>
<d3p1:ExpireDate>2026-03-31T21:47:05.9553748+08:00</d3p1:ExpireDate>
<d3p1:FileNum>17</d3p1:FileNum>
<d3p1:Id>1</d3p1:Id>
<d3p1:OrderTruckId>1</d3p1:OrderTruckId>
<d3p1:PaymentMethod>1</d3p1:PaymentMethod>
<d3p1:PaymentMethodName>sample string 15</d3p1:PaymentMethodName>
<d3p1:Phone>sample string 6</d3p1:Phone>
<d3p1:Progress>sample string 7</d3p1:Progress>
<d3p1:QuotationRemark>sample string 10</d3p1:QuotationRemark>
<d3p1:QuoteDate>2026-03-31T21:47:05.9553748+08:00</d3p1:QuoteDate>
<d3p1:QuoteNo>sample string 4</d3p1:QuoteNo>
<d3p1:QuoteUserId>2</d3p1:QuoteUserId>
<d3p1:QuoteUserName>sample string 18</d3p1:QuoteUserName>
<d3p1:Remark>sample string 8</d3p1:Remark>
<d3p1:SalerId>1</d3p1:SalerId>
<d3p1:SalerName>sample string 16</d3p1:SalerName>
<d3p1:Status>1</d3p1:Status>
</d3p1:VQuotationDto>
<d3p1:VQuotationDto>
<d3p1:AreaName>sample string 14</d3p1:AreaName>
<d3p1:CityName>sample string 13</d3p1:CityName>
<d3p1:ContactName>sample string 12</d3p1:ContactName>
<d3p1:ContractNo>sample string 9</d3p1:ContractNo>
<d3p1:CustomerContactId>1</d3p1:CustomerContactId>
<d3p1:CustomerId>5</d3p1:CustomerId>
<d3p1:CustomerName>sample string 11</d3p1:CustomerName>
<d3p1:EffectiveDate>2026-03-31T21:47:05.9553748+08:00</d3p1:EffectiveDate>
<d3p1:ExpireDate>2026-03-31T21:47:05.9553748+08:00</d3p1:ExpireDate>
<d3p1:FileNum>17</d3p1:FileNum>
<d3p1:Id>1</d3p1:Id>
<d3p1:OrderTruckId>1</d3p1:OrderTruckId>
<d3p1:PaymentMethod>1</d3p1:PaymentMethod>
<d3p1:PaymentMethodName>sample string 15</d3p1:PaymentMethodName>
<d3p1:Phone>sample string 6</d3p1:Phone>
<d3p1:Progress>sample string 7</d3p1:Progress>
<d3p1:QuotationRemark>sample string 10</d3p1:QuotationRemark>
<d3p1:QuoteDate>2026-03-31T21:47:05.9553748+08:00</d3p1:QuoteDate>
<d3p1:QuoteNo>sample string 4</d3p1:QuoteNo>
<d3p1:QuoteUserId>2</d3p1:QuoteUserId>
<d3p1:QuoteUserName>sample string 18</d3p1:QuoteUserName>
<d3p1:Remark>sample string 8</d3p1:Remark>
<d3p1:SalerId>1</d3p1:SalerId>
<d3p1:SalerName>sample string 16</d3p1:SalerName>
<d3p1:Status>1</d3p1:Status>
</d3p1:VQuotationDto>
</Data>
</Data>
</InfoResultOfPagerSourceOfVQuotationDto8taVmWcUom1kJJU9>