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-23T21:15:03.0507762+08:00",
"ID": "8c1d086c-d37c-4097-84f0-d1669c87dacf",
"RefundId": "78052506-8e6a-4cfd-adce-c9be78d6f9ca",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-06-23T21:15:03.0507762+08:00",
"ID": "8c1d086c-d37c-4097-84f0-d1669c87dacf",
"RefundId": "78052506-8e6a-4cfd-adce-c9be78d6f9ca",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "88f49fc5-dee8-4d9e-990d-3f17733634c1",
"RefundId": "2439521d-b55a-494c-9381-6903b983d3ae",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "88f49fc5-dee8-4d9e-990d-3f17733634c1",
"RefundId": "2439521d-b55a-494c-9381-6903b983d3ae",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "c4f2dd72-4f54-4938-a26f-2d6eadeb8b61",
"RefundId": "4becc148-0e1f-490e-9a8f-793970250519",
"PassengerId": "9940d807-135f-476a-8631-064acfefea8b"
},
{
"ID": "c4f2dd72-4f54-4938-a26f-2d6eadeb8b61",
"RefundId": "4becc148-0e1f-490e-9a8f-793970250519",
"PassengerId": "9940d807-135f-476a-8631-064acfefea8b"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-06-23T21:15:03.0507762+08:00",
"ID": "3b45c9fd-1a5d-4145-8566-65039b0801a8",
"RefundId": "d7a14314-106e-44ca-9e19-7ca58e41f42b",
"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-23T21:15:03.0507762+08:00",
"ID": "3b45c9fd-1a5d-4145-8566-65039b0801a8",
"RefundId": "d7a14314-106e-44ca-9e19-7ca58e41f42b",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "fd104d0d-7f21-4205-82bc-69ce7a6c600b",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-06-23T21:15:03.0507762+08:00",
"RefundId": "fe6c42ef-37aa-4444-93b8-e41cd6449fe9",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "fd104d0d-7f21-4205-82bc-69ce7a6c600b",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-06-23T21:15:03.0507762+08:00",
"RefundId": "fe6c42ef-37aa-4444-93b8-e41cd6449fe9",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "a8c233a7-2bec-48fb-acbf-941d8cd1cbee",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-06-23T21:15:03.0507762+08:00",
"RefundId": "a7af4de4-b1d8-41a7-be0a-c1187c6cee49",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "a8c233a7-2bec-48fb-acbf-941d8cd1cbee",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-06-23T21:15:03.0507762+08:00",
"RefundId": "a7af4de4-b1d8-41a7-be0a-c1187c6cee49",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-06-23T21:15:03.0507762+08:00",
"ID": "67291a50-c437-40d2-880d-9d6fca0f554d",
"OrderId": "08bdeb54-b69b-4612-8164-807e127c1baa",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-06-23T21:15:03.0507762+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-06-23T21:15:03.0507762+08:00"
}