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-02-02T20:49:33.9691951+08:00",
"ID": "32b77378-8c57-4c8b-884e-2a1ac97090b6",
"RefundId": "e83bb4f7-2bd7-4683-ae37-e628215ab215",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-02-02T20:49:33.9691951+08:00",
"ID": "32b77378-8c57-4c8b-884e-2a1ac97090b6",
"RefundId": "e83bb4f7-2bd7-4683-ae37-e628215ab215",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "4ba04fbf-fa6a-4b0b-a2f2-3387975de115",
"RefundId": "596fed2d-542a-450d-9da1-0ad1a17c72bf",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "4ba04fbf-fa6a-4b0b-a2f2-3387975de115",
"RefundId": "596fed2d-542a-450d-9da1-0ad1a17c72bf",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "baa61511-7756-466b-86bb-b7cd33db63c1",
"RefundId": "2c4f0c50-d918-4377-a2ac-0a61a3b4bfe5",
"PassengerId": "8a495938-42a5-4bcf-8b44-707d8143989a"
},
{
"ID": "baa61511-7756-466b-86bb-b7cd33db63c1",
"RefundId": "2c4f0c50-d918-4377-a2ac-0a61a3b4bfe5",
"PassengerId": "8a495938-42a5-4bcf-8b44-707d8143989a"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-02-02T20:49:33.9691951+08:00",
"ID": "40de3a8a-e1af-434f-84b9-107cc1e23908",
"RefundId": "e5821227-6dd3-4f61-843d-5c1701ac973b",
"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-02-02T20:49:33.9691951+08:00",
"ID": "40de3a8a-e1af-434f-84b9-107cc1e23908",
"RefundId": "e5821227-6dd3-4f61-843d-5c1701ac973b",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "eb046f61-127f-4e1f-be49-10d7a02e9eb9",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-02-02T20:49:33.9691951+08:00",
"RefundId": "da81c508-24dc-46bf-bd0b-47658e813089",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "eb046f61-127f-4e1f-be49-10d7a02e9eb9",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-02-02T20:49:33.9691951+08:00",
"RefundId": "da81c508-24dc-46bf-bd0b-47658e813089",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "5caeede0-8fa9-4223-b5fd-30203b1a5f47",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-02-02T20:49:33.9691951+08:00",
"RefundId": "ccf940c1-c3fc-4442-80d6-e1f71456fff9",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "5caeede0-8fa9-4223-b5fd-30203b1a5f47",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-02-02T20:49:33.9691951+08:00",
"RefundId": "ccf940c1-c3fc-4442-80d6-e1f71456fff9",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-02-02T20:49:33.9691951+08:00",
"ID": "c4c0d251-a740-4c11-9797-8ee2c36fd14d",
"OrderId": "2dff91fb-4ead-48a7-97c4-0dae38e61a1c",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-02-02T20:49:33.9691951+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-02-02T20:49:33.9691951+08:00"
}