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-28T16:59:16.23173+08:00",
"ID": "dc9dfb3d-4a3d-40dc-8aa1-166f218069f5",
"RefundId": "6cde754c-a86f-4016-a39b-475c3f8aa6bc",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-03-28T16:59:16.23173+08:00",
"ID": "dc9dfb3d-4a3d-40dc-8aa1-166f218069f5",
"RefundId": "6cde754c-a86f-4016-a39b-475c3f8aa6bc",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "260be947-2c33-40d1-b0cf-a1b6f01f1def",
"RefundId": "d98a5118-0327-4b2a-9365-f9d10bc714d5",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "260be947-2c33-40d1-b0cf-a1b6f01f1def",
"RefundId": "d98a5118-0327-4b2a-9365-f9d10bc714d5",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "73223416-829b-4ef9-ad12-1c6828bf5352",
"RefundId": "3aa295b6-c900-4972-b3ff-c9fc890be8de",
"PassengerId": "c9617bbf-1a9e-4303-8c32-380f9155e184"
},
{
"ID": "73223416-829b-4ef9-ad12-1c6828bf5352",
"RefundId": "3aa295b6-c900-4972-b3ff-c9fc890be8de",
"PassengerId": "c9617bbf-1a9e-4303-8c32-380f9155e184"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-03-28T16:59:16.23173+08:00",
"ID": "b7d916db-bf30-4250-b7de-7a8529ab2b5b",
"RefundId": "392e60e6-620a-4f17-b951-9f2ae7f54c06",
"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-28T16:59:16.23173+08:00",
"ID": "b7d916db-bf30-4250-b7de-7a8529ab2b5b",
"RefundId": "392e60e6-620a-4f17-b951-9f2ae7f54c06",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "f8883556-9b19-43ad-8799-de1b4cd28b5a",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-28T16:59:16.23173+08:00",
"RefundId": "9da32b78-7c6e-4854-8a6b-2dd6156338bb",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "f8883556-9b19-43ad-8799-de1b4cd28b5a",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-28T16:59:16.23173+08:00",
"RefundId": "9da32b78-7c6e-4854-8a6b-2dd6156338bb",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "f6a4288c-d13a-4941-a38e-71e70ecdccd5",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-28T16:59:16.23173+08:00",
"RefundId": "9e28bab3-6a30-4b7b-be9e-5f249084cbe6",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "f6a4288c-d13a-4941-a38e-71e70ecdccd5",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-03-28T16:59:16.23173+08:00",
"RefundId": "9e28bab3-6a30-4b7b-be9e-5f249084cbe6",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-03-28T16:59:16.23173+08:00",
"ID": "a8ea835b-c36a-4a37-a634-417a4f3c1b01",
"OrderId": "932be1b6-e959-410b-90c2-88beb55623af",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-03-28T16:59:16.23173+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-03-28T16:59:16.23173+08:00"
}