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-07-29T01:56:10.3130607+08:00",
"ID": "7c0e8909-20d2-41fa-8c63-7c48c9da717e",
"RefundId": "4ce49bf5-4f03-41df-8714-b6f2f2916462",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-07-29T01:56:10.3130607+08:00",
"ID": "7c0e8909-20d2-41fa-8c63-7c48c9da717e",
"RefundId": "4ce49bf5-4f03-41df-8714-b6f2f2916462",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "96d5c0ce-b8dc-47dc-a7e0-15ad53554a7f",
"RefundId": "a8e21976-75fa-4154-8e96-e0f907f88530",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "96d5c0ce-b8dc-47dc-a7e0-15ad53554a7f",
"RefundId": "a8e21976-75fa-4154-8e96-e0f907f88530",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "a90c0103-de09-4555-90af-9af29c39e866",
"RefundId": "3297b020-6b8d-4a10-806c-b13b3ed8c1ce",
"PassengerId": "583a517d-b839-40f6-a217-c0b583818075"
},
{
"ID": "a90c0103-de09-4555-90af-9af29c39e866",
"RefundId": "3297b020-6b8d-4a10-806c-b13b3ed8c1ce",
"PassengerId": "583a517d-b839-40f6-a217-c0b583818075"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-07-29T01:56:10.3130607+08:00",
"ID": "e84817f8-63f2-4912-be5d-cd5656116452",
"RefundId": "b1d95773-76d5-4d0a-96e5-fb9bfceae099",
"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-07-29T01:56:10.3130607+08:00",
"ID": "e84817f8-63f2-4912-be5d-cd5656116452",
"RefundId": "b1d95773-76d5-4d0a-96e5-fb9bfceae099",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "4e933bb3-b31f-4ca9-8196-c14eb54552eb",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-07-29T01:56:10.3130607+08:00",
"RefundId": "3c57991b-03c3-4919-bb7f-27fe316fbe4c",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "4e933bb3-b31f-4ca9-8196-c14eb54552eb",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-07-29T01:56:10.3130607+08:00",
"RefundId": "3c57991b-03c3-4919-bb7f-27fe316fbe4c",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "f7c43a72-49b7-4bc3-aaad-37d9b39a7ff9",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-07-29T01:56:10.3130607+08:00",
"RefundId": "bfddb045-7bd6-450a-a90e-db05d19d3d17",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "f7c43a72-49b7-4bc3-aaad-37d9b39a7ff9",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-07-29T01:56:10.3130607+08:00",
"RefundId": "bfddb045-7bd6-450a-a90e-db05d19d3d17",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-07-29T01:56:10.3130607+08:00",
"ID": "a4a50b0a-9e30-446f-abee-742e6218356f",
"OrderId": "65e28836-1544-4fa1-ba60-ee5ae84f99fd",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-07-29T01:56:10.3130607+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-07-29T01:56:10.3130607+08:00"
}