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-06-02T19:49:17.1683113+08:00",
"ID": "1902ba80-6ed0-46ee-bf97-f0d5d1e2fb37",
"RefundId": "4cb1712f-d0fe-4530-b080-cf0e82b1736e",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-06-02T19:49:17.1683113+08:00",
"ID": "1902ba80-6ed0-46ee-bf97-f0d5d1e2fb37",
"RefundId": "4cb1712f-d0fe-4530-b080-cf0e82b1736e",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "a49a5c99-c78e-4491-93c1-ec6869e45f69",
"RefundId": "e514869b-5db6-47b9-bb6d-7939f486875e",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "a49a5c99-c78e-4491-93c1-ec6869e45f69",
"RefundId": "e514869b-5db6-47b9-bb6d-7939f486875e",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "893c8a15-3f41-47a0-93df-1a2e34545ba1",
"RefundId": "b001bd39-008e-477e-9e54-26df2abb30c4",
"PassengerId": "646df756-7bc5-4969-8b16-be0a1f7126fd"
},
{
"ID": "893c8a15-3f41-47a0-93df-1a2e34545ba1",
"RefundId": "b001bd39-008e-477e-9e54-26df2abb30c4",
"PassengerId": "646df756-7bc5-4969-8b16-be0a1f7126fd"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-06-02T19:49:17.1683113+08:00",
"ID": "eca950d9-06be-4917-83aa-d11c597f15eb",
"RefundId": "5f025de1-c497-429a-93e6-8930e8f5ec7d",
"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-06-02T19:49:17.1683113+08:00",
"ID": "eca950d9-06be-4917-83aa-d11c597f15eb",
"RefundId": "5f025de1-c497-429a-93e6-8930e8f5ec7d",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "064a191c-8109-4a95-a6a8-07e68132c671",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-06-02T19:49:17.1683113+08:00",
"RefundId": "0a73c580-ef24-4c60-8946-a1ee743a6516",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "064a191c-8109-4a95-a6a8-07e68132c671",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-06-02T19:49:17.1683113+08:00",
"RefundId": "0a73c580-ef24-4c60-8946-a1ee743a6516",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "152a79c2-c47a-4ddf-b669-6ab76423077b",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-06-02T19:49:17.1683113+08:00",
"RefundId": "d749db35-2bd6-432e-865c-10232567ce0e",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "152a79c2-c47a-4ddf-b669-6ab76423077b",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-06-02T19:49:17.1683113+08:00",
"RefundId": "d749db35-2bd6-432e-865c-10232567ce0e",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-06-02T19:49:17.1683113+08:00",
"ID": "fe1559d7-7158-4b1b-bb99-8a7ee0b4c100",
"OrderId": "7a7c37b3-b010-4cd2-8455-f93e942f6c34",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-06-02T19:49:17.1683113+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-06-02T19:49:17.1683113+08:00"
}