GET Api/Service/Order/AutoFdQuery/{OrderId}/{EtermGroupId}
订单黑屏FD查询操作
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderId |
订单ID |
globally unique identifier |
Required |
| EtermGroupId |
黑屏组ID |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
订单黑屏FD查询操作
SpeedPower.Utility.Models.Project.Orders.Service.Automatic.AutoFdQueryResponseModel| Name | 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": "2025-11-01T21:45:45.8473895+08:00",
"ExpiryDate": "2025-11-01T21:45:45.8473895+08:00",
"Notes": "sample string 7"
},
{
"Carrier": "sample string 1",
"CabinCode": "sample string 2",
"ParentCode": "sample string 3",
"PrintPrice": 4,
"CabinLevel": 0,
"IssueDate": "2025-11-01T21:45:45.8473895+08:00",
"ExpiryDate": "2025-11-01T21:45:45.8473895+08:00",
"Notes": "sample string 7"
}
],
"ShareBodies": [
{
"Carrier": "sample string 1",
"CabinCode": "sample string 2",
"ParentCode": "sample string 3",
"PrintPrice": 4,
"CabinLevel": 0,
"IssueDate": "2025-11-01T21:45:45.8473895+08:00",
"ExpiryDate": "2025-11-01T21:45:45.8473895+08:00",
"Notes": "sample string 7"
},
{
"Carrier": "sample string 1",
"CabinCode": "sample string 2",
"ParentCode": "sample string 3",
"PrintPrice": 4,
"CabinLevel": 0,
"IssueDate": "2025-11-01T21:45:45.8473895+08:00",
"ExpiryDate": "2025-11-01T21:45:45.8473895+08:00",
"Notes": "sample string 7"
}
],
"Succeed": true,
"Message": "sample string 2"
}