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-06-30T21:52:35.7893239+08:00",
      "ID": "8c496417-9b8a-4a79-8b37-902c630aa3d5",
      "RefundId": "faefd088-3f02-4f66-b968-b260ac165021",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-06-30T21:52:35.7893239+08:00",
      "ID": "8c496417-9b8a-4a79-8b37-902c630aa3d5",
      "RefundId": "faefd088-3f02-4f66-b968-b260ac165021",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "73e79dd8-07a1-42ff-bc8f-ec127cc93a25",
      "RefundId": "3c3549b2-fde6-4dbe-9e08-d87126c08ec0",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "73e79dd8-07a1-42ff-bc8f-ec127cc93a25",
      "RefundId": "3c3549b2-fde6-4dbe-9e08-d87126c08ec0",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "1b4a912c-80bf-470e-a0fe-8c0b25302784",
      "RefundId": "fce4cf9b-3f9c-4f3d-b8a8-703a3e3bbec0",
      "PassengerId": "3e571e21-5efe-4db1-93f2-cca97ac5f609"
    },
    {
      "ID": "1b4a912c-80bf-470e-a0fe-8c0b25302784",
      "RefundId": "fce4cf9b-3f9c-4f3d-b8a8-703a3e3bbec0",
      "PassengerId": "3e571e21-5efe-4db1-93f2-cca97ac5f609"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-06-30T21:52:35.7893239+08:00",
      "ID": "772244f4-2484-4c65-9ad4-0e1de3497b7d",
      "RefundId": "f28417f0-cf5b-4bed-b9d9-710bd704bafd",
      "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-30T21:52:35.7893239+08:00",
      "ID": "772244f4-2484-4c65-9ad4-0e1de3497b7d",
      "RefundId": "f28417f0-cf5b-4bed-b9d9-710bd704bafd",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "1f564004-0e43-49ff-816a-f2d645600c3d",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-06-30T21:52:35.7893239+08:00",
      "RefundId": "ac30dc26-8b36-47fe-9a95-4db60fb22b0f",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "1f564004-0e43-49ff-816a-f2d645600c3d",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-06-30T21:52:35.7893239+08:00",
      "RefundId": "ac30dc26-8b36-47fe-9a95-4db60fb22b0f",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "55af9446-7d77-42ac-9cf0-1ef509ecef87",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-06-30T21:52:35.7893239+08:00",
      "RefundId": "a0e351ea-1fd0-4c8c-a6e6-12ccc6b16d4a",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "55af9446-7d77-42ac-9cf0-1ef509ecef87",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-06-30T21:52:35.7893239+08:00",
      "RefundId": "a0e351ea-1fd0-4c8c-a6e6-12ccc6b16d4a",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-06-30T21:52:35.7893239+08:00",
  "ID": "e8ca6dd6-500a-4871-a522-e7b29f2ef04f",
  "OrderId": "fe7fab28-5ab8-488b-82d5-fcb0608799d6",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-06-30T21:52:35.7893239+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-06-30T21:52:35.7893239+08:00"
}