GET Api/Invoke/UpdateStandardFdFares
更新全量标准FD运价数据
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
更新全量标准FD运价数据
Collection of SpeedPower.Utility.Models.Project.SQuery.Service.FareData.ReverseFdFareModelName | Description | Type | Additional information |
---|---|---|---|
FareRoutes |
行程主路由 |
SpeedPower.Utility.Models.Project.SQuery.Service.FareData.GetFareRouteModel |
None. |
Carrier |
承运人 |
string |
Required String length: inclusive between 0 and 2 |
CabinLevel |
舱位级别 |
SpeedPower.Utility.Models.Service.Eterms.Enums.CabinLevelType |
None. |
ParentCode |
父舱位 |
string |
Required String length: inclusive between 0 and 3 |
CabinCode |
舱位代码 |
string |
Required String length: inclusive between 0 and 3 |
AdultPrice |
成人价格 |
integer |
None. |
ChildPrice |
儿童价格 |
integer |
None. |
BabyPrice |
婴儿价格 |
integer |
None. |
IssueDate |
报价有效期开始 |
date |
None. |
ExpiryDate |
报价有效期结束 |
date |
None. |
Notes |
备注 |
string |
String length: inclusive between 0 and 50 |
Time |
添加时间 |
date |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FareRoutes": { "Departure": "sample string 1", "Arrival": "sample string 2", "Distance": 3, "DataSource": "sample string 4", "Time": "2024-12-24T02:21:27.6039335+08:00" }, "Carrier": "sample string 1", "CabinLevel": 0, "ParentCode": "sample string 2", "CabinCode": "sample string 3", "AdultPrice": 4, "ChildPrice": 5, "BabyPrice": 6, "IssueDate": "2024-12-24T02:21:27.6039335+08:00", "ExpiryDate": "2024-12-24T02:21:27.6039335+08:00", "Notes": "sample string 9", "Time": "2024-12-24T02:21:27.6039335+08:00" }, { "FareRoutes": { "Departure": "sample string 1", "Arrival": "sample string 2", "Distance": 3, "DataSource": "sample string 4", "Time": "2024-12-24T02:21:27.6039335+08:00" }, "Carrier": "sample string 1", "CabinLevel": 0, "ParentCode": "sample string 2", "CabinCode": "sample string 3", "AdultPrice": 4, "ChildPrice": 5, "BabyPrice": 6, "IssueDate": "2024-12-24T02:21:27.6039335+08:00", "ExpiryDate": "2024-12-24T02:21:27.6039335+08:00", "Notes": "sample string 9", "Time": "2024-12-24T02:21:27.6039335+08:00" } ]