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-25T13:40:47.1038133+08:00",
"ID": "ebec08e4-8db9-4078-ab36-479db8642731",
"RefundId": "a47eb1c8-56e7-4430-b9e8-457580136ebb",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-03-25T13:40:47.1038133+08:00",
"ID": "ebec08e4-8db9-4078-ab36-479db8642731",
"RefundId": "a47eb1c8-56e7-4430-b9e8-457580136ebb",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "a93bbac3-2652-43a0-a240-7104c0596c0a",
"RefundId": "6937a520-1fbb-488c-8b22-b8b351ff8a16",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "a93bbac3-2652-43a0-a240-7104c0596c0a",
"RefundId": "6937a520-1fbb-488c-8b22-b8b351ff8a16",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "65c761d8-8d58-4747-8d64-28638e9da5c5",
"RefundId": "88368fc0-8b5b-42ad-b780-5762db2c5027",
"PassengerId": "28a8b76d-aba1-46b9-8786-84e1f08b46e7"
},
{
"ID": "65c761d8-8d58-4747-8d64-28638e9da5c5",
"RefundId": "88368fc0-8b5b-42ad-b780-5762db2c5027",
"PassengerId": "28a8b76d-aba1-46b9-8786-84e1f08b46e7"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-25T13:40:47.1038133+08:00",
"ID": "d431aa04-9eff-4d3f-b9b1-4dd7d4fad501",
"RefundId": "84311b56-7115-4641-9f1d-cb147f14802d",
"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-25T13:40:47.1038133+08:00",
"ID": "d431aa04-9eff-4d3f-b9b1-4dd7d4fad501",
"RefundId": "84311b56-7115-4641-9f1d-cb147f14802d",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "4a39ffe6-f035-42ce-9495-64d0bb9ce20a",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T13:40:47.1038133+08:00",
"RefundId": "b299dc9c-0d5b-4dd6-a5ec-9a574b4e943b",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "4a39ffe6-f035-42ce-9495-64d0bb9ce20a",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T13:40:47.1038133+08:00",
"RefundId": "b299dc9c-0d5b-4dd6-a5ec-9a574b4e943b",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "730dbc44-327f-418e-aaea-1279792d84eb",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T13:40:47.1038133+08:00",
"RefundId": "51726956-d981-4870-b155-7eb1c7709e2c",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "730dbc44-327f-418e-aaea-1279792d84eb",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-25T13:40:47.1038133+08:00",
"RefundId": "51726956-d981-4870-b155-7eb1c7709e2c",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-25T13:40:47.1038133+08:00",
"ID": "8c87e9fe-e296-48eb-ad72-5681f2409540",
"OrderId": "e6b0cc70-c443-4504-b9e3-3048fb8bfddc",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-03-25T13:40:47.1038133+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-25T13:40:47.1038133+08:00"
}