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-01-22T14:06:25.3271348+08:00",
"ID": "442aee64-3a5c-45b4-90fc-ca8d2f414fa0",
"RefundId": "e883d018-12b5-4dac-be20-c8cf919ecffc",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-01-22T14:06:25.3271348+08:00",
"ID": "442aee64-3a5c-45b4-90fc-ca8d2f414fa0",
"RefundId": "e883d018-12b5-4dac-be20-c8cf919ecffc",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "9ecfc5f0-0c53-40c0-8eab-a873a8d22a75",
"RefundId": "73235f53-9f76-4525-944b-9ac9297f515c",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "9ecfc5f0-0c53-40c0-8eab-a873a8d22a75",
"RefundId": "73235f53-9f76-4525-944b-9ac9297f515c",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "d4fd7736-7e56-4bc7-8487-c8346da4a239",
"RefundId": "7d3a40ee-92d7-4409-80c0-89760b46b494",
"PassengerId": "d27c9468-a598-491d-885f-a6c61a961e68"
},
{
"ID": "d4fd7736-7e56-4bc7-8487-c8346da4a239",
"RefundId": "7d3a40ee-92d7-4409-80c0-89760b46b494",
"PassengerId": "d27c9468-a598-491d-885f-a6c61a961e68"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-01-22T14:06:25.3271348+08:00",
"ID": "2d14f1dd-26a8-4aee-88d3-1a7744d88f97",
"RefundId": "29c7c997-efb9-44eb-a8df-2972b151cb55",
"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-01-22T14:06:25.3271348+08:00",
"ID": "2d14f1dd-26a8-4aee-88d3-1a7744d88f97",
"RefundId": "29c7c997-efb9-44eb-a8df-2972b151cb55",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "dcda2ae3-ecea-4406-9a9a-f5dccffcd4d1",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-01-22T14:06:25.3271348+08:00",
"RefundId": "723a1154-10ff-4acb-a92b-8bf26d9ca320",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "dcda2ae3-ecea-4406-9a9a-f5dccffcd4d1",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-01-22T14:06:25.3271348+08:00",
"RefundId": "723a1154-10ff-4acb-a92b-8bf26d9ca320",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "0cef1e9d-17be-4b07-bbd5-6ec695d7ff86",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-01-22T14:06:25.3271348+08:00",
"RefundId": "08bd6f32-bfea-4543-8f87-3dc80118d014",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "0cef1e9d-17be-4b07-bbd5-6ec695d7ff86",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-01-22T14:06:25.3271348+08:00",
"RefundId": "08bd6f32-bfea-4543-8f87-3dc80118d014",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-01-22T14:06:25.3271348+08:00",
"ID": "7cdeb3c3-03e7-42f2-b0a1-509ca50e5ccb",
"OrderId": "571af273-6d99-44ff-8ffb-44de6ab8ba16",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-01-22T14:06:25.3271348+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-01-22T14:06:25.3271348+08:00"
}