POST Api/Service/Quotation/BatchQuotationDataTableExport
批量导出政策
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": "eaade6bd-515c-483e-bee1-f4409251453c", "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-12-24T01:54:10.1328631+08:00", "TravelDate": "2024-12-24T01:54:10.1328631+08:00", "MinDateTime": "2024-12-24T01:54:10.1328631+08:00", "MaxDateTime": "2024-12-24T01:54:10.1328631+08:00" }
Response Information
Resource Description
批量导出政策
System.Net.Http.HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | System.Version |
None. |
|
Content | System.Net.Http.HttpContent |
None. |
|
StatusCode | System.Net.HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | System.Net.Http.HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |