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-08-09T12:40:43.3487172+08:00",
"ID": "f89d3970-b2fd-451a-aedd-1b2d8c8c7f88",
"ChangedId": "c8f6c02b-6e02-4d13-9476-fc34acf12bcc",
"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-08-09T12:40:43.3487172+08:00",
"ID": "f89d3970-b2fd-451a-aedd-1b2d8c8c7f88",
"ChangedId": "c8f6c02b-6e02-4d13-9476-fc34acf12bcc",
"Confirmed": true,
"Reconciled": true,
"UpgradePrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"ChangedExpands": [
{
"ID": "8a834320-bae0-4d67-842a-09c128a0cb42",
"ChangedId": "e51ff2a1-e258-4317-bcfd-b0bdf22048b5",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "8a834320-bae0-4d67-842a-09c128a0cb42",
"ChangedId": "e51ff2a1-e258-4317-bcfd-b0bdf22048b5",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"ChangedIncludes": [
{
"ID": "e2b81a78-a392-4e9d-8968-72bdf7fa89de",
"ChangedId": "96e16673-6ad5-49f0-bb4f-5cc14cb6432d",
"PassengerId": "40a00107-67d0-4ca8-8412-f427f614c798",
"TicketNumber": "sample string 4"
},
{
"ID": "e2b81a78-a392-4e9d-8968-72bdf7fa89de",
"ChangedId": "96e16673-6ad5-49f0-bb4f-5cc14cb6432d",
"PassengerId": "40a00107-67d0-4ca8-8412-f427f614c798",
"TicketNumber": "sample string 4"
}
],
"CSegments": [
{
"Time": "2026-08-09T12:40:43.3487172+08:00",
"ID": "9ee314f8-5c42-4a36-a841-b8ca82725768",
"ChangedId": "258345d9-bfc2-41ee-8e6d-090cae7cc46c",
"Carrier": "sample string 4",
"DepartureAirport": "sample string 5",
"ArrivalAirport": "sample string 6",
"DepartureDate": "2026-08-09T12:40:43.3487172+08:00",
"ArrivalDate": "2026-08-09T12:40:43.3487172+08:00",
"FlightNo": "sample string 9",
"CodeShare": true,
"ShareToFlightNo": "sample string 11",
"CabinCode": "sample string 12",
"CabinLevel": 0
},
{
"Time": "2026-08-09T12:40:43.3487172+08:00",
"ID": "9ee314f8-5c42-4a36-a841-b8ca82725768",
"ChangedId": "258345d9-bfc2-41ee-8e6d-090cae7cc46c",
"Carrier": "sample string 4",
"DepartureAirport": "sample string 5",
"ArrivalAirport": "sample string 6",
"DepartureDate": "2026-08-09T12:40:43.3487172+08:00",
"ArrivalDate": "2026-08-09T12:40:43.3487172+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-08-09T12:40:43.3487172+08:00",
"ID": "892be092-ffea-463d-b28e-a8547515d026",
"OrderId": "4c0f30bb-0a5d-45d7-b31a-db5268cec941",
"ChangedExternalNumber": "sample string 6",
"ChangedType": 0,
"ChangedStyle": 0,
"LatestTime": "2026-08-09T12:40:43.3487172+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-08-09T12:40:43.3487172+08:00"
}