POST Api/Service/Quotation/SearchHistorys/{PageNumber}/{PageSize}
历史搜索
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| PageNumber |
页数 |
integer |
Required |
| PageSize |
页大小 |
integer |
Required |
Body Parameters
搜索模型
SpeedPower.Utility.Models.Project.SQuery.Service.Quotations.SearchHistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Creater |
操作人 |
string |
String length: inclusive between 0 and 128 |
| HistoryType |
导入/导出历史类型 |
SpeedPower.Utility.Models.Project.SQuery.Enums.QuotationHistoryType |
None. |
| MinDateTime |
最小查询时间 |
date |
None. |
| MaxDateTime |
最大查询时间 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Creater": "sample string 1",
"HistoryType": 0,
"MinDateTime": "2025-11-06T01:42:27.4310969+08:00",
"MaxDateTime": "2025-11-06T01:42:27.4310969+08:00"
}
Response Information
Resource Description
历史搜索
SpeedPower.Utility.Models.Helper.ResultDataGridOfSystem.Collections.Generic.IEnumerableOfSpeedPower.Utility.Models.Project.SQuery.Service.Quotations.GetHistoryModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RowsCount | integer |
None. |
|
| Contents | Collection of SpeedPower.Utility.Models.Project.SQuery.Service.Quotations.GetHistoryModel |
None. |
Response Formats
application/json, text/json
Sample:
{
"RowsCount": 1,
"Contents": [
{
"ID": "2c80bfaf-ea90-4c00-9f0c-8a1c4f01ec7d",
"CompanyId": "sample string 2",
"SiteCodes": "sample string 3",
"HistoryType": 0,
"Total": 4,
"FileName": "sample string 5",
"Creater": "sample string 6",
"Time": "2025-11-06T01:42:27.4310969+08:00"
},
{
"ID": "2c80bfaf-ea90-4c00-9f0c-8a1c4f01ec7d",
"CompanyId": "sample string 2",
"SiteCodes": "sample string 3",
"HistoryType": 0,
"Total": 4,
"FileName": "sample string 5",
"Creater": "sample string 6",
"Time": "2025-11-06T01:42:27.4310969+08:00"
}
]
}