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": "2025-12-21T16:43:33.3583444+08:00",
"ID": "533d9a14-5234-4520-945b-8fd54c4ace87",
"RefundId": "c1677f39-6088-4034-a735-bc139dcd5b11",
"Status": 1,
"Remarks": "sample string 5"
},
{
"Creater": "sample string 1",
"Time": "2025-12-21T16:43:33.3583444+08:00",
"ID": "533d9a14-5234-4520-945b-8fd54c4ace87",
"RefundId": "c1677f39-6088-4034-a735-bc139dcd5b11",
"Status": 1,
"Remarks": "sample string 5"
}
],
"RefundExpands": [
{
"ID": "2524b744-a4b6-4210-933a-04c24c13de9b",
"RefundId": "40b1af63-bbcc-4076-9566-da61a975fa45",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
},
{
"ID": "2524b744-a4b6-4210-933a-04c24c13de9b",
"RefundId": "40b1af63-bbcc-4076-9566-da61a975fa45",
"SettingKey": "sample string 3",
"SettingValue": "sample string 4"
}
],
"RefundIncludes": [
{
"ID": "a9b1e01c-125e-4f56-9ffc-5b5af606121d",
"RefundId": "ffaad6ba-8ba7-418c-969b-c9169a2a5068",
"PassengerId": "70b66214-f7e4-4e7d-bafe-9aa2aa5df7eb"
},
{
"ID": "a9b1e01c-125e-4f56-9ffc-5b5af606121d",
"RefundId": "ffaad6ba-8ba7-418c-969b-c9169a2a5068",
"PassengerId": "70b66214-f7e4-4e7d-bafe-9aa2aa5df7eb"
}
],
"RefundPayments": [
{
"RecordType": 0,
"Creater": "sample string 1",
"Time": "2025-12-21T16:43:33.3583444+08:00",
"ID": "df6a2e75-1ceb-4561-b965-92e7bbde419d",
"RefundId": "820d3874-e037-44ef-b203-f350b61d1ccb",
"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": "2025-12-21T16:43:33.3583444+08:00",
"ID": "df6a2e75-1ceb-4561-b965-92e7bbde419d",
"RefundId": "820d3874-e037-44ef-b203-f350b61d1ccb",
"Confirmed": true,
"Reconciled": true,
"RefundPrice": 7.1,
"CostPrice": 8.1,
"TransactionId": "sample string 9",
"Remarks": "sample string 10"
}
],
"RefundStatus": [
{
"ID": "a600bce3-31a9-4a7f-9e9e-396eefae0183",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-21T16:43:33.3583444+08:00",
"RefundId": "3551fb01-4032-4eaf-99e7-0d240af71e88",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "a600bce3-31a9-4a7f-9e9e-396eefae0183",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-21T16:43:33.3583444+08:00",
"RefundId": "3551fb01-4032-4eaf-99e7-0d240af71e88",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RLockedStatus": [
{
"ID": "1923e31f-b269-4f35-9cce-76b3ed55cf16",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-21T16:43:33.3583444+08:00",
"RefundId": "d397bed2-5d32-4cae-9aa1-27c9cffc3060",
"Status": 0,
"Remarks": "sample string 5"
},
{
"ID": "1923e31f-b269-4f35-9cce-76b3ed55cf16",
"RecordType": 0,
"Creater": "sample string 2",
"Time": "2025-12-21T16:43:33.3583444+08:00",
"RefundId": "d397bed2-5d32-4cae-9aa1-27c9cffc3060",
"Status": 0,
"Remarks": "sample string 5"
}
],
"RefundInternalNumber": "sample string 1",
"RefundSource": 0,
"Creater": "sample string 2",
"InternalTime": "2025-12-21T16:43:33.3583444+08:00",
"ID": "89eb1c45-3e87-469a-b0d6-512e89261ff8",
"OrderId": "0722485e-b81a-421d-b6ca-16e557b644dd",
"RefundExternalNumber": "sample string 6",
"RefundType": 0,
"RefundStyle": 0,
"LatestTime": "2025-12-21T16:43:33.3583444+08:00",
"Remarks": "sample string 7",
"ExternalTime": "2025-12-21T16:43:33.3583444+08:00"
}