GET Api/Service/Refund/GetRefundShowById/{RefundId}

获取退票单展示结构信息

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RefundId

退票单ID

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

获取退票单展示结构信息

SpeedPower.Utility.Models.Project.Orders.Service.ParentRefundModel
NameDescriptionTypeAdditional 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-04-27T02:51:59.2746606+08:00",
      "ID": "387bc352-0dd8-4e42-91d7-9fe80b4d7015",
      "RefundId": "f5acc2ca-cefb-4364-89a8-9734e9be6e03",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-04-27T02:51:59.2746606+08:00",
      "ID": "387bc352-0dd8-4e42-91d7-9fe80b4d7015",
      "RefundId": "f5acc2ca-cefb-4364-89a8-9734e9be6e03",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "97f0a8dc-a603-4fd9-9240-126f1eaa45c2",
      "RefundId": "6f72ea8a-46aa-4be5-8a8e-41d9ec795191",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "97f0a8dc-a603-4fd9-9240-126f1eaa45c2",
      "RefundId": "6f72ea8a-46aa-4be5-8a8e-41d9ec795191",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "28159a36-3562-453c-b375-d61275636ecf",
      "RefundId": "a0d6cf0f-79a0-4a19-a195-2101f2791fc5",
      "PassengerId": "8612fb77-8111-49b0-8856-52486cd36c7a"
    },
    {
      "ID": "28159a36-3562-453c-b375-d61275636ecf",
      "RefundId": "a0d6cf0f-79a0-4a19-a195-2101f2791fc5",
      "PassengerId": "8612fb77-8111-49b0-8856-52486cd36c7a"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-04-27T02:51:59.2746606+08:00",
      "ID": "10740f1a-284e-46c3-ae86-7767281ea1cf",
      "RefundId": "44228ba1-c203-4113-bdb6-32bae18b83af",
      "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-04-27T02:51:59.2746606+08:00",
      "ID": "10740f1a-284e-46c3-ae86-7767281ea1cf",
      "RefundId": "44228ba1-c203-4113-bdb6-32bae18b83af",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "40f60398-4be7-4ad7-a117-6210f3faeaa6",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-04-27T02:51:59.2746606+08:00",
      "RefundId": "b55b6137-ef33-4b35-8401-8bc90c5d80c2",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "40f60398-4be7-4ad7-a117-6210f3faeaa6",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-04-27T02:51:59.2746606+08:00",
      "RefundId": "b55b6137-ef33-4b35-8401-8bc90c5d80c2",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "5b7cc791-bd01-4897-90e7-62b26b5add3a",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-04-27T02:51:59.2746606+08:00",
      "RefundId": "875fa054-dc6d-4a50-af4d-84414609c1e4",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "5b7cc791-bd01-4897-90e7-62b26b5add3a",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-04-27T02:51:59.2746606+08:00",
      "RefundId": "875fa054-dc6d-4a50-af4d-84414609c1e4",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-04-27T02:51:59.2746606+08:00",
  "ID": "13aa1fef-eb32-4fd4-9013-1d043c540f82",
  "OrderId": "877ae219-a2cf-4782-b29f-b254e0637189",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-04-27T02:51:59.2746606+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-04-27T02:51:59.2746606+08:00"
}