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.SearchHistoryModelName | 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": "2024-12-24T01:57:45.8428435+08:00", "MaxDateTime": "2024-12-24T01:57:45.8428435+08:00" }
Response Information
Resource Description
历史搜索
SpeedPower.Utility.Models.Helper.ResultDataGridOfSystem.Collections.Generic.IEnumerableOfSpeedPower.Utility.Models.Project.SQuery.Service.Quotations.GetHistoryModelName | 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": "c3d9d731-6afe-4097-8004-45243fe2f34c", "CompanyId": "sample string 2", "SiteCodes": "sample string 3", "HistoryType": 0, "Total": 4, "FileName": "sample string 5", "Creater": "sample string 6", "Time": "2024-12-24T01:57:45.8428435+08:00" }, { "ID": "c3d9d731-6afe-4097-8004-45243fe2f34c", "CompanyId": "sample string 2", "SiteCodes": "sample string 3", "HistoryType": 0, "Total": 4, "FileName": "sample string 5", "Creater": "sample string 6", "Time": "2024-12-24T01:57:45.8428435+08:00" } ] }