POST Api/Service/Quotation/BatchQuotationDelete
批量删除政策
Request Information
URI Parameters
None.
Body Parameters
搜索模型
SpeedPower.Utility.Models.Project.SQuery.Service.Quotations.SearchQuotationModelName | Description | Type | Additional 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": "7970aa5f-8acd-4eb2-b673-f29154ab0ca9", "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": "2025-04-03T15:01:30.7147798+08:00", "TravelDate": "2025-04-03T15:01:30.7147798+08:00", "MinDateTime": "2025-04-03T15:01:30.7147798+08:00", "MaxDateTime": "2025-04-03T15:01:30.7147798+08:00" }
Response Information
Resource Description
批量删除政策
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }