POST Api/Service/Quotation/BatchQuotationDelete

批量删除政策

Request Information

URI Parameters

None.

Body Parameters

搜索模型

SpeedPower.Utility.Models.Project.SQuery.Service.Quotations.SearchQuotationModel
NameDescriptionTypeAdditional information
SiteCodes

站点代码

Collection of string

None.

QuotationId

政策ID

globally unique identifier

None.

Carriers

航空公司

Collection of string

None.

DepartureAirport

出发机场

string

String length: inclusive between 0 and 3

ArrivalAirport

到达机场

string

String length: inclusive between 0 and 3

PurchaseTag

采购路由标识

string

String length: inclusive between 0 and 20

Creater

创建人

string

String length: inclusive between 0 and 128

Status

政策状态

SpeedPower.Utility.Models.Project.SQuery.Enums.QuotationStatusType

None.

DataSource

政策添加方式

SpeedPower.Utility.Models.Project.SQuery.Enums.QuotationSourceType

None.

IssueDate

适用销售日期

date

None.

TravelDate

适用旅行日期

date

None.

MinDateTime

最小查询时间

date

None.

MaxDateTime

最大查询时间

date

None.

Request Formats

application/json, text/json

Sample:
{
  "SiteCodes": [
    "sample string 1",
    "sample string 2"
  ],
  "QuotationId": "a4f3d0c5-1d27-495f-b566-f6d3da7ab8a0",
  "Carriers": [
    "sample string 1",
    "sample string 2"
  ],
  "DepartureAirport": "sample string 1",
  "ArrivalAirport": "sample string 2",
  "PurchaseTag": "sample string 3",
  "Creater": "sample string 4",
  "Status": 0,
  "DataSource": 0,
  "IssueDate": "2024-10-22T15:37:31.2783386+08:00",
  "TravelDate": "2024-10-22T15:37:31.2783386+08:00",
  "MinDateTime": "2024-10-22T15:37:31.2783386+08:00",
  "MaxDateTime": "2024-10-22T15:37:31.2783386+08:00"
}

Response Information

Resource Description

批量删除政策

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}