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": "2025-11-16T03:53:40.9621418+08:00",
"ID": "a00e89ca-c3ab-488b-b826-ccba48a3ca49",
"RefundId": "fbb644fd-48a2-4984-8690-99b2d613e948",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2025-11-16T03:53:40.9621418+08:00",
"ID": "a00e89ca-c3ab-488b-b826-ccba48a3ca49",
"RefundId": "fbb644fd-48a2-4984-8690-99b2d613e948",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "e77845b4-5e6c-4f9f-be63-d9e152872b9b",
"RefundId": "3a1ae5ad-3e73-4e28-99ad-54af5d2a5cff",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "e77845b4-5e6c-4f9f-be63-d9e152872b9b",
"RefundId": "3a1ae5ad-3e73-4e28-99ad-54af5d2a5cff",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "adc1ed66-df9c-4088-b56d-b02398320089",
"RefundId": "c5e2eaf2-945d-4a14-90d6-51a57408510f",
"PassengerId": "1a345623-e5aa-4621-8c88-849d811d56fb"
},
{
"ID": "adc1ed66-df9c-4088-b56d-b02398320089",
"RefundId": "c5e2eaf2-945d-4a14-90d6-51a57408510f",
"PassengerId": "1a345623-e5aa-4621-8c88-849d811d56fb"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2025-11-16T03:53:40.9621418+08:00",
"ID": "479361ea-3b1e-43e9-82e1-8d6b0c44114e",
"RefundId": "0fa4bb59-2171-43d6-886f-f4f7c2ff80e1",
"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": "2025-11-16T03:53:40.9621418+08:00",
"ID": "479361ea-3b1e-43e9-82e1-8d6b0c44114e",
"RefundId": "0fa4bb59-2171-43d6-886f-f4f7c2ff80e1",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "b9354a39-d380-4b5e-b410-90f27d361684",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-11-16T03:53:40.9621418+08:00",
"RefundId": "e87cb5f1-5fb3-457f-b784-89076dd2e278",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "b9354a39-d380-4b5e-b410-90f27d361684",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-11-16T03:53:40.9621418+08:00",
"RefundId": "e87cb5f1-5fb3-457f-b784-89076dd2e278",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "0871067d-da9f-461f-9ad8-d48a2dc7fab5",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-11-16T03:53:40.9621418+08:00",
"RefundId": "14e17f4c-0847-4dd7-973e-95a2f68455aa",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "0871067d-da9f-461f-9ad8-d48a2dc7fab5",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-11-16T03:53:40.9621418+08:00",
"RefundId": "14e17f4c-0847-4dd7-973e-95a2f68455aa",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2025-11-16T03:53:40.9621418+08:00",
"ID": "521b756c-4fcb-4d64-b65e-6d29fc3f91cc",
"OrderId": "d2a59b7d-6ec5-4539-9a1a-b3a4ef51a45b",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2025-11-16T03:53:40.9621418+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2025-11-16T03:53:40.9621418+08:00"
}