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-30T04:19:16.3478667+08:00",
"ID": "19152816-f15e-4c78-a123-d911654cab61",
"RefundId": "41415dcf-9a6b-4b67-8a17-3733c76ac405",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2025-11-30T04:19:16.3478667+08:00",
"ID": "19152816-f15e-4c78-a123-d911654cab61",
"RefundId": "41415dcf-9a6b-4b67-8a17-3733c76ac405",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "7607d4b8-9504-4526-b485-ee2cc234025c",
"RefundId": "620fc304-b36b-4282-a312-b6539f2e9c35",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "7607d4b8-9504-4526-b485-ee2cc234025c",
"RefundId": "620fc304-b36b-4282-a312-b6539f2e9c35",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "df4fad14-a219-437d-94b9-b109fb4c4192",
"RefundId": "fe53de43-e558-431d-8cef-b279aba06265",
"PassengerId": "e91781d4-c08c-4089-98e8-5637f3a473bf"
},
{
"ID": "df4fad14-a219-437d-94b9-b109fb4c4192",
"RefundId": "fe53de43-e558-431d-8cef-b279aba06265",
"PassengerId": "e91781d4-c08c-4089-98e8-5637f3a473bf"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2025-11-30T04:19:16.3478667+08:00",
"ID": "6c00f2de-0d99-49b0-a39c-d374f4d58822",
"RefundId": "0b36c5f9-201b-4a5d-b9b9-d52d585c91ed",
"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-30T04:19:16.3478667+08:00",
"ID": "6c00f2de-0d99-49b0-a39c-d374f4d58822",
"RefundId": "0b36c5f9-201b-4a5d-b9b9-d52d585c91ed",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "6b83663d-04b5-4744-8e40-9d3fa1d1cf10",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-11-30T04:19:16.3478667+08:00",
"RefundId": "2728c7b6-3349-423d-84c2-85518aa4b14a",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "6b83663d-04b5-4744-8e40-9d3fa1d1cf10",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-11-30T04:19:16.3478667+08:00",
"RefundId": "2728c7b6-3349-423d-84c2-85518aa4b14a",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "034fe4f8-284e-432c-9ad1-ac2fd23f2a23",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-11-30T04:19:16.3478667+08:00",
"RefundId": "9dbd24dc-8aab-4b42-b215-f45506eee22b",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "034fe4f8-284e-432c-9ad1-ac2fd23f2a23",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-11-30T04:19:16.3478667+08:00",
"RefundId": "9dbd24dc-8aab-4b42-b215-f45506eee22b",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2025-11-30T04:19:16.3478667+08:00",
"ID": "1647b1c9-4be9-48df-8ba3-8c7090a33833",
"OrderId": "50748910-b00e-48ba-94c9-b9270bd23c0d",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2025-11-30T04:19:16.3478667+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2025-11-30T04:19:16.3478667+08:00"
}