POST Api/Service/Quotation/SearchHistorys/{PageNumber}/{PageSize}

历史搜索

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PageNumber

页数

integer

Required

PageSize

页大小

integer

Required

Body Parameters

搜索模型

SpeedPower.Utility.Models.Project.SQuery.Service.Quotations.SearchHistoryModel
NameDescriptionTypeAdditional 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-10-22T15:42:16.0929298+08:00",
  "MaxDateTime": "2024-10-22T15:42:16.0929298+08:00"
}

Response Information

Resource Description

历史搜索

SpeedPower.Utility.Models.Helper.ResultDataGridOfSystem.Collections.Generic.IEnumerableOfSpeedPower.Utility.Models.Project.SQuery.Service.Quotations.GetHistoryModel
NameDescriptionTypeAdditional 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": "56c5530c-4973-4d27-b268-ebbd381ad92f",
      "CompanyId": "sample string 2",
      "SiteCodes": "sample string 3",
      "HistoryType": 0,
      "Total": 4,
      "FileName": "sample string 5",
      "Creater": "sample string 6",
      "Time": "2024-10-22T15:42:16.0929298+08:00"
    },
    {
      "ID": "56c5530c-4973-4d27-b268-ebbd381ad92f",
      "CompanyId": "sample string 2",
      "SiteCodes": "sample string 3",
      "HistoryType": 0,
      "Total": 4,
      "FileName": "sample string 5",
      "Creater": "sample string 6",
      "Time": "2024-10-22T15:42:16.0929298+08:00"
    }
  ]
}