POST Api/Service/Quotation/BatchQuotationDelete
批量删除政策
Request Information
URI Parameters
None.
Body Parameters
搜索模型
SpeedPower.Utility.Models.Project.SQuery.Service.Quotations.SearchQuotationModel| Name | 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": "eaeb7b0b-dfaa-4905-a385-6deafb38730b",
"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-11-06T01:38:42.8338634+08:00",
"TravelDate": "2025-11-06T01:38:42.8338634+08:00",
"MinDateTime": "2025-11-06T01:38:42.8338634+08:00",
"MaxDateTime": "2025-11-06T01:38:42.8338634+08:00"
}
Response Information
Resource Description
批量删除政策
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}