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-05-05T17:02:15.0979609+08:00",
"ID": "7c88d579-4f8b-4e02-8f7d-f4ef9ac77371",
"RefundId": "6cd5a18a-598d-4033-9407-e02a751de602",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-05-05T17:02:15.0979609+08:00",
"ID": "7c88d579-4f8b-4e02-8f7d-f4ef9ac77371",
"RefundId": "6cd5a18a-598d-4033-9407-e02a751de602",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "a118d614-dc8a-4f65-ad20-237447edfcda",
"RefundId": "41c7d9a6-fab0-4bd0-80bc-0d05fa231cc1",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "a118d614-dc8a-4f65-ad20-237447edfcda",
"RefundId": "41c7d9a6-fab0-4bd0-80bc-0d05fa231cc1",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "c3fb44e7-5b06-48c6-8bba-03a9157055a3",
"RefundId": "c46e20f1-d6c0-43b3-9eef-9755160ca4d3",
"PassengerId": "69c06db1-a93a-42bd-b70d-9fb2b2c0fd39"
},
{
"ID": "c3fb44e7-5b06-48c6-8bba-03a9157055a3",
"RefundId": "c46e20f1-d6c0-43b3-9eef-9755160ca4d3",
"PassengerId": "69c06db1-a93a-42bd-b70d-9fb2b2c0fd39"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-05-05T17:02:15.0979609+08:00",
"ID": "bdda6b93-b50b-439a-b3d3-5d12cf45547c",
"RefundId": "254e3fbb-be8f-4cd5-9cd5-7393655ba088",
"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-05-05T17:02:15.0979609+08:00",
"ID": "bdda6b93-b50b-439a-b3d3-5d12cf45547c",
"RefundId": "254e3fbb-be8f-4cd5-9cd5-7393655ba088",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "7cea6479-331c-4884-a5d3-557a02828611",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-05-05T17:02:15.0979609+08:00",
"RefundId": "023883d5-7da9-4cea-949a-d2269139425b",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "7cea6479-331c-4884-a5d3-557a02828611",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-05-05T17:02:15.0979609+08:00",
"RefundId": "023883d5-7da9-4cea-949a-d2269139425b",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "cbbe3c43-5d46-4f9f-9bd2-f7e9e4b0b61f",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-05-05T17:02:15.0979609+08:00",
"RefundId": "aa819430-6712-44c3-9087-48da8743a065",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "cbbe3c43-5d46-4f9f-9bd2-f7e9e4b0b61f",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-05-05T17:02:15.0979609+08:00",
"RefundId": "aa819430-6712-44c3-9087-48da8743a065",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-05-05T17:02:15.0979609+08:00",
"ID": "81877b06-1865-49bd-a7d7-f6523b811366",
"OrderId": "a11834b1-c027-4a7f-ba37-cca66066a183",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-05-05T17:02:15.0979609+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-05-05T17:02:15.0979609+08:00"
}