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-08-19T04:29:41.5635011+08:00",
"ID": "4be1beb1-e20d-4b8a-82e2-02f4a2c1271c",
"RefundId": "70df86c8-3ace-4caf-b6b1-129a491620a7",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-08-19T04:29:41.5635011+08:00",
"ID": "4be1beb1-e20d-4b8a-82e2-02f4a2c1271c",
"RefundId": "70df86c8-3ace-4caf-b6b1-129a491620a7",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "2a05c29b-e477-4c45-9f80-2aa202bba205",
"RefundId": "4a87ed5f-33b5-4918-8332-f62c7479e29c",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "2a05c29b-e477-4c45-9f80-2aa202bba205",
"RefundId": "4a87ed5f-33b5-4918-8332-f62c7479e29c",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "b08e9581-0194-4da3-a15c-e6bd0d491afe",
"RefundId": "e6aadfee-d56f-4f8a-b991-9167c224f1b8",
"PassengerId": "1c2d58ba-3fba-49d5-8b5b-f3c19a1a4e66"
},
{
"ID": "b08e9581-0194-4da3-a15c-e6bd0d491afe",
"RefundId": "e6aadfee-d56f-4f8a-b991-9167c224f1b8",
"PassengerId": "1c2d58ba-3fba-49d5-8b5b-f3c19a1a4e66"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-08-19T04:29:41.5635011+08:00",
"ID": "afd4142b-16d8-4a75-9b1c-c59f79055137",
"RefundId": "0583c3ba-1f34-45cc-8a3a-f7ce164c43fd",
"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-08-19T04:29:41.5635011+08:00",
"ID": "afd4142b-16d8-4a75-9b1c-c59f79055137",
"RefundId": "0583c3ba-1f34-45cc-8a3a-f7ce164c43fd",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "9e2a3cc9-81e6-4f43-ac48-4574eafd1084",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-08-19T04:29:41.5635011+08:00",
"RefundId": "3b0cf4c3-37fe-4876-8191-1d83a97ef127",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "9e2a3cc9-81e6-4f43-ac48-4574eafd1084",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-08-19T04:29:41.5635011+08:00",
"RefundId": "3b0cf4c3-37fe-4876-8191-1d83a97ef127",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "1126da95-d9a2-49b1-bf6d-101a065f00f2",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-08-19T04:29:41.5635011+08:00",
"RefundId": "fed92be8-da12-4591-a505-ff8874858cb4",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "1126da95-d9a2-49b1-bf6d-101a065f00f2",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-08-19T04:29:41.5635011+08:00",
"RefundId": "fed92be8-da12-4591-a505-ff8874858cb4",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-08-19T04:29:41.5635011+08:00",
"ID": "e90272a4-2f72-47d4-8489-0cf182f19b7f",
"OrderId": "0650434f-c06d-406b-9c8a-219299c2c54d",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-08-19T04:29:41.5635011+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-08-19T04:29:41.5635011+08:00"
}