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-03-24T10:23:57.5964644+08:00",
      "ID": "d258defb-fef8-4868-9244-464b87a71190",
      "RefundId": "6e778561-2488-4278-8dbd-1d10df10c603",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-03-24T10:23:57.5964644+08:00",
      "ID": "d258defb-fef8-4868-9244-464b87a71190",
      "RefundId": "6e778561-2488-4278-8dbd-1d10df10c603",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "c3db1b51-dc59-49de-8f48-d8bf8530b328",
      "RefundId": "5d7ae51f-5c04-4eac-b94b-432eded13664",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "c3db1b51-dc59-49de-8f48-d8bf8530b328",
      "RefundId": "5d7ae51f-5c04-4eac-b94b-432eded13664",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "067bc0b2-43e3-4dcb-a15e-d96e464d5e3e",
      "RefundId": "3d9831f5-8615-403e-b369-c36aae078b72",
      "PassengerId": "8709f921-73a0-4ccd-9632-91d371a30775"
    },
    {
      "ID": "067bc0b2-43e3-4dcb-a15e-d96e464d5e3e",
      "RefundId": "3d9831f5-8615-403e-b369-c36aae078b72",
      "PassengerId": "8709f921-73a0-4ccd-9632-91d371a30775"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-03-24T10:23:57.5964644+08:00",
      "ID": "38f265e0-49a5-43fd-9666-68b6b7e1544a",
      "RefundId": "5b737339-2945-4876-90b6-1a20f9f44b1e",
      "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-03-24T10:23:57.5964644+08:00",
      "ID": "38f265e0-49a5-43fd-9666-68b6b7e1544a",
      "RefundId": "5b737339-2945-4876-90b6-1a20f9f44b1e",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "4f851845-57d8-4cb9-a9de-b7723127f9d0",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-24T10:23:57.5964644+08:00",
      "RefundId": "8aa6c10b-c171-4408-9ace-69477c12402f",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "4f851845-57d8-4cb9-a9de-b7723127f9d0",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-24T10:23:57.5964644+08:00",
      "RefundId": "8aa6c10b-c171-4408-9ace-69477c12402f",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "5ff8db34-2ec4-44c4-a41c-343eb9fa0989",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-24T10:23:57.5964644+08:00",
      "RefundId": "64685a6a-4984-480e-95f0-0dc6e92fb827",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "5ff8db34-2ec4-44c4-a41c-343eb9fa0989",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-24T10:23:57.5964644+08:00",
      "RefundId": "64685a6a-4984-480e-95f0-0dc6e92fb827",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-03-24T10:23:57.5964644+08:00",
  "ID": "cb7d47fe-e40c-46e9-ac18-7ec86f6ebef2",
  "OrderId": "73422a03-b154-48b8-b066-83db6ebefa7d",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-03-24T10:23:57.5964644+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-03-24T10:23:57.5964644+08:00"
}