GET Api/Service/Changed/AutoFdQuery/{ChangedId}/{EtermGroupId}
改签单黑屏FD查询操作
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
ChangedId |
改签单ID |
globally unique identifier |
Required |
EtermGroupId |
黑屏组ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
改签单黑屏FD查询操作
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoFdQueryResponseModelName | Description | Type | Additional information |
---|---|---|---|
SaleBodies |
销售航班查询结果 |
Collection of SpeedPower.Utility.Models.Service.Eterms.Service.FD.FreightBody |
None. |
ShareBodies |
主飞航班查询结果 |
Collection of SpeedPower.Utility.Models.Service.Eterms.Service.FD.FreightBody |
None. |
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "SaleBodies": [ { "Carrier": "sample string 1", "CabinCode": "sample string 2", "ParentCode": "sample string 3", "PrintPrice": 4, "CabinLevel": 0, "IssueDate": "2024-12-24T03:12:56.9717713+08:00", "ExpiryDate": "2024-12-24T03:12:56.9717713+08:00", "Notes": "sample string 7" }, { "Carrier": "sample string 1", "CabinCode": "sample string 2", "ParentCode": "sample string 3", "PrintPrice": 4, "CabinLevel": 0, "IssueDate": "2024-12-24T03:12:56.9717713+08:00", "ExpiryDate": "2024-12-24T03:12:56.9717713+08:00", "Notes": "sample string 7" } ], "ShareBodies": [ { "Carrier": "sample string 1", "CabinCode": "sample string 2", "ParentCode": "sample string 3", "PrintPrice": 4, "CabinLevel": 0, "IssueDate": "2024-12-24T03:12:56.9717713+08:00", "ExpiryDate": "2024-12-24T03:12:56.9717713+08:00", "Notes": "sample string 7" }, { "Carrier": "sample string 1", "CabinCode": "sample string 2", "ParentCode": "sample string 3", "PrintPrice": 4, "CabinLevel": 0, "IssueDate": "2024-12-24T03:12:56.9717713+08:00", "ExpiryDate": "2024-12-24T03:12:56.9717713+08:00", "Notes": "sample string 7" } ], "Succeed": true, "Message": "sample string 2" }