GET Api/Service/Refund/GetRefundShowById/{RefundId}
获取退票单展示结构信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| RefundId |
退票单ID |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
获取退票单展示结构信息
SpeedPower.Utility.Models.Project.Orders.Service.ParentRefundModel| Name | Description | Type | Additional information |
|---|---|---|---|
| RefundCallBacks |
退票回调通知列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetRefundCallBackModel |
None. |
| RefundExpands |
退票扩展参数列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetRefundExpandModel |
None. |
| RefundIncludes |
退票包含乘机人项列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetRefundIncludeModel |
None. |
| RefundPayments |
退票收付款项列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetRefundPaymentModel |
None. |
| RefundStatus |
退票状态列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetRefundStatusModel |
None. |
| RLockedStatus |
退票锁定状态列表 |
Collection of SpeedPower.Utility.Models.Project.Orders.Service.GetRLockedStatusModel |
None. |
| RefundInternalNumber |
内部退票单号 |
string |
Required String length: inclusive between 0 and 128 |
| RefundSource |
退票单来源类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.RefundSourceType |
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. |
| RefundExternalNumber |
外部退票单号 |
string |
Required String length: inclusive between 0 and 128 |
| RefundType |
退票单类型 |
SpeedPower.Utility.Models.Project.Orders.Enums.RefundType |
None. |
| RefundStyle |
退票单操作方式 |
SpeedPower.Utility.Models.Project.Orders.Enums.RefundStyleType |
None. |
| LatestTime |
最晚处理时间 |
date |
None. |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
| ExternalTime |
退票单外部时间 |
date |
None. |
Response Formats
application/json, text/json
Sample:
{
"RefundCallBacks": [
{
"Creater": "sample string 1",
"Time": "2026-03-17T03:21:14.7425447+08:00",
"ID": "0b4fa693-39bb-4f4b-8c29-4c3b4e53805f",
"RefundId": "3248640b-bc27-4f14-9ebf-dd0a1b442e72",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-03-17T03:21:14.7425447+08:00",
"ID": "0b4fa693-39bb-4f4b-8c29-4c3b4e53805f",
"RefundId": "3248640b-bc27-4f14-9ebf-dd0a1b442e72",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "ebab35ac-2101-4c64-930e-8ad84a21f2e3",
"RefundId": "613cffa7-0bac-4ff6-b066-4dcdb33e7cd8",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "ebab35ac-2101-4c64-930e-8ad84a21f2e3",
"RefundId": "613cffa7-0bac-4ff6-b066-4dcdb33e7cd8",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "a67e3621-07ee-489a-811b-0a2511c5cf63",
"RefundId": "a30708dc-b399-4354-a81e-2157570fb01b",
"PassengerId": "360590d5-eca2-4958-87f9-38caa21058f7"
},
{
"ID": "a67e3621-07ee-489a-811b-0a2511c5cf63",
"RefundId": "a30708dc-b399-4354-a81e-2157570fb01b",
"PassengerId": "360590d5-eca2-4958-87f9-38caa21058f7"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-17T03:21:14.7425447+08:00",
"ID": "c2fb4426-5b6b-42d0-898a-18e20985b774",
"RefundId": "050d3401-0596-4a61-ada4-de9ad971d5d5",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
},
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-17T03:21:14.7425447+08:00",
"ID": "c2fb4426-5b6b-42d0-898a-18e20985b774",
"RefundId": "050d3401-0596-4a61-ada4-de9ad971d5d5",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "cad1ebbc-6c0b-4d92-be28-9643f9efedb4",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-17T03:21:14.7425447+08:00",
"RefundId": "1fb0249d-6180-46b8-aae2-96e84cad1d61",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "cad1ebbc-6c0b-4d92-be28-9643f9efedb4",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-17T03:21:14.7425447+08:00",
"RefundId": "1fb0249d-6180-46b8-aae2-96e84cad1d61",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "49e7a5ec-715a-42fa-812d-25439ad1dc54",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-17T03:21:14.7425447+08:00",
"RefundId": "eaeb6bf0-e3ca-4ded-8e6e-2d92059e13b7",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "49e7a5ec-715a-42fa-812d-25439ad1dc54",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-17T03:21:14.7425447+08:00",
"RefundId": "eaeb6bf0-e3ca-4ded-8e6e-2d92059e13b7",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-17T03:21:14.7425447+08:00",
"ID": "44095831-978c-42e9-91e5-382e09b7cc73",
"OrderId": "9cf083be-ddd2-4e35-99a6-fb031aa1a422",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-03-17T03:21:14.7425447+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-17T03:21:14.7425447+08:00"
}