GET Api/Invoke/GetWebApiParentChangedById/{ChangedId}
获取改签单全结构信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ChangedId |
改签单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取改签单全结构信息
SpeedPower.Utility.Models.Project.Orders.Service.WebApiParentChangedModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ChangedPayments |
改签收付款项列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetChangedPaymentModel |
None. |
| ChangedExpands |
改签扩展参数列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetChangedExpandModel |
None. |
| ChangedIncludes |
改签包含乘机人项列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetChangedIncludeModel |
None. |
| CSegments |
改签行程列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetCSegmentModel |
None. |
| ChangedInternalNumber |
内部改签单号 |
string |
Required String length: inclusive between 0 and 128 |
| ChangedSource |
改签单来源类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.ChangedSourceType |
None. |
| Creater |
创建者 |
string |
Required String length: inclusive between 0 and 128 |
| InternalTime |
内部改签单创建时间 |
date |
None. |
| ID |
设置ID |
globally unique identifier |
None. |
| OrderId |
父级ID |
globally unique identifier |
None. |
| ChangedExternalNumber |
外部改签单号 |
string |
Required String length: inclusive between 0 and 128 |
| ChangedType |
改签单申请类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.ChangedType |
None. |
| ChangedStyle |
改签单操作类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.ChangedStyleType |
None. |
| LatestTime |
改签单最后处理时限 |
date |
None. |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
| ExternalTime |
外部改签单创建时间 |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ChangedPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-05-09T19:35:04.6291201+08:00",
"ID": "76d767b4-dbd0-47a5-99fd-3557db304dc1",
"ChangedId": "4a229767-fec7-4734-a01d-ca9fb50f3b6c",
"Confirmed": true,
"Reconciled": true,
"UpgradePrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-05-09T19:35:04.6291201+08:00",
"ID": "76d767b4-dbd0-47a5-99fd-3557db304dc1",
"ChangedId": "4a229767-fec7-4734-a01d-ca9fb50f3b6c",
"Confirmed": true,
"Reconciled": true,
"UpgradePrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"ChangedExpands": [
{
"ID": "abe87ba1-80c9-4a4a-95e0-d439e9775a66",
"ChangedId": "5d5156b6-0414-4404-ab9d-e237623c5b66",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "abe87ba1-80c9-4a4a-95e0-d439e9775a66",
"ChangedId": "5d5156b6-0414-4404-ab9d-e237623c5b66",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"ChangedIncludes": [
{
"ID": "3147552e-c5b9-4b71-b545-9c30a71c02b7",
"ChangedId": "d26fdf54-3623-405d-9a07-20c47e755d35",
"PassengerId": "170bf9c1-2aa1-4e9b-bdd4-4d1a6d99a04e",
"TicketNumber": "sample string 4"
},
{
"ID": "3147552e-c5b9-4b71-b545-9c30a71c02b7",
"ChangedId": "d26fdf54-3623-405d-9a07-20c47e755d35",
"PassengerId": "170bf9c1-2aa1-4e9b-bdd4-4d1a6d99a04e",
"TicketNumber": "sample string 4"
}
],
"CSegments": [
{
"Time": "2026-05-09T19:35:04.6291201+08:00",
"ID": "5e3631e8-8281-419c-8d39-2260b4d0fae6",
"ChangedId": "a945a6a3-1ff7-423d-a2f4-ac888df935a8",
"Carrier": "sample string 4",
"DepartureAirport": "sample string 5",
"ArrivalAirport": "sample string 6",
"DepartureDate": "2026-05-09T19:35:04.6291201+08:00",
"ArrivalDate": "2026-05-09T19:35:04.6291201+08:00",
"FlightNo": "sample string 9",
"CodeShare": true,
"ShareToFlightNo": "sample string 11",
"CabinCode": "sample string 12",
"CabinLevel": 0
},
{
"Time": "2026-05-09T19:35:04.6291201+08:00",
"ID": "5e3631e8-8281-419c-8d39-2260b4d0fae6",
"ChangedId": "a945a6a3-1ff7-423d-a2f4-ac888df935a8",
"Carrier": "sample string 4",
"DepartureAirport": "sample string 5",
"ArrivalAirport": "sample string 6",
"DepartureDate": "2026-05-09T19:35:04.6291201+08:00",
"ArrivalDate": "2026-05-09T19:35:04.6291201+08:00",
"FlightNo": "sample string 9",
"CodeShare": true,
"ShareToFlightNo": "sample string 11",
"CabinCode": "sample string 12",
"CabinLevel": 0
}
],
"ChangedInternalNumber": "sample string 1",
"ChangedSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-05-09T19:35:04.6291201+08:00",
"ID": "77b63422-63f9-4977-88a4-1c640041f078",
"OrderId": "cdb924f1-a789-41e6-b5be-93144e96299e",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-05-09T19:35:04.6291201+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-05-09T19:35:04.6291201+08:00"
}