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-05-26T19:22:42.5564113+08:00",
"ID": "8064ecf8-e9cc-4fda-889b-f53af65890dc",
"RefundId": "3296237d-3e54-47a4-9150-1f6a17b8f334",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2026-05-26T19:22:42.5564113+08:00",
"ID": "8064ecf8-e9cc-4fda-889b-f53af65890dc",
"RefundId": "3296237d-3e54-47a4-9150-1f6a17b8f334",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "02caa139-32b2-4739-b8a3-fb1c564eac65",
"RefundId": "92045558-28e1-4b78-adb7-67fca608460b",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "02caa139-32b2-4739-b8a3-fb1c564eac65",
"RefundId": "92045558-28e1-4b78-adb7-67fca608460b",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "797a040c-8ce4-4c90-b8f2-bec605fa1939",
"RefundId": "a8a2bbc5-c299-4cce-b22a-c6f9753be143",
"PassengerId": "150fa723-43fa-4d66-acaa-0b61862f27cf"
},
{
"ID": "797a040c-8ce4-4c90-b8f2-bec605fa1939",
"RefundId": "a8a2bbc5-c299-4cce-b22a-c6f9753be143",
"PassengerId": "150fa723-43fa-4d66-acaa-0b61862f27cf"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2026-05-26T19:22:42.5564113+08:00",
"ID": "fc1fa2da-7f0c-47e7-a899-8bcceed238b3",
"RefundId": "a393b5e1-52e0-428a-aff1-31db42e21d21",
"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-05-26T19:22:42.5564113+08:00",
"ID": "fc1fa2da-7f0c-47e7-a899-8bcceed238b3",
"RefundId": "a393b5e1-52e0-428a-aff1-31db42e21d21",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "d3e4eb0f-ef72-46c2-a501-cd2bce494c5c",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-05-26T19:22:42.5564113+08:00",
"RefundId": "3f2c146d-f955-4136-8d12-488cc6a1f29d",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "d3e4eb0f-ef72-46c2-a501-cd2bce494c5c",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-05-26T19:22:42.5564113+08:00",
"RefundId": "3f2c146d-f955-4136-8d12-488cc6a1f29d",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "f01d3b4b-388a-46a4-b682-0e9090fdc5b2",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-05-26T19:22:42.5564113+08:00",
"RefundId": "8b211a1a-6c60-469d-b581-06314b283976",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "f01d3b4b-388a-46a4-b682-0e9090fdc5b2",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2026-05-26T19:22:42.5564113+08:00",
"RefundId": "8b211a1a-6c60-469d-b581-06314b283976",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2026-05-26T19:22:42.5564113+08:00",
"ID": "ff0cd900-db5c-47a7-b04e-4272c7ab26f6",
"OrderId": "298415a1-3618-4982-afc4-5c777325d476",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2026-05-26T19:22:42.5564113+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2026-05-26T19:22:42.5564113+08:00"
}