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-08-05T03:08:11.1694232+08:00",
      "ID": "716ccba5-ec20-4ba2-a06c-98ba7aedf8c4",
      "RefundId": "617ce820-94bc-4ca1-9956-476f2f6158d3",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-08-05T03:08:11.1694232+08:00",
      "ID": "716ccba5-ec20-4ba2-a06c-98ba7aedf8c4",
      "RefundId": "617ce820-94bc-4ca1-9956-476f2f6158d3",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "f101c588-e037-4b4c-8bf2-767126d64849",
      "RefundId": "c32ce451-0b16-48ef-ac78-4370ca25f21d",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "f101c588-e037-4b4c-8bf2-767126d64849",
      "RefundId": "c32ce451-0b16-48ef-ac78-4370ca25f21d",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "1db99801-9939-4764-bcf2-609df04b7152",
      "RefundId": "2329195c-01f0-490c-adbb-c6cf83a6b401",
      "PassengerId": "86bfc2a8-ac56-4fe6-b30b-13ce5b5595bc"
    },
    {
      "ID": "1db99801-9939-4764-bcf2-609df04b7152",
      "RefundId": "2329195c-01f0-490c-adbb-c6cf83a6b401",
      "PassengerId": "86bfc2a8-ac56-4fe6-b30b-13ce5b5595bc"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-08-05T03:08:11.1694232+08:00",
      "ID": "9784df2c-77fc-4ce6-91e1-4dc247305c57",
      "RefundId": "88895610-9ab3-4bfb-9feb-b2bf8b8245db",
      "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-08-05T03:08:11.1694232+08:00",
      "ID": "9784df2c-77fc-4ce6-91e1-4dc247305c57",
      "RefundId": "88895610-9ab3-4bfb-9feb-b2bf8b8245db",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "d433ad7a-a126-4072-8781-0713b70d9416",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-08-05T03:08:11.1694232+08:00",
      "RefundId": "70328259-bec1-4ebf-b68e-0868d13e5bb7",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "d433ad7a-a126-4072-8781-0713b70d9416",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-08-05T03:08:11.1694232+08:00",
      "RefundId": "70328259-bec1-4ebf-b68e-0868d13e5bb7",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "27a11c70-d066-4750-bf59-aaa42d3ffb12",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-08-05T03:08:11.1694232+08:00",
      "RefundId": "11631b32-2d84-4147-a131-f71e6e4b421f",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "27a11c70-d066-4750-bf59-aaa42d3ffb12",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-08-05T03:08:11.1694232+08:00",
      "RefundId": "11631b32-2d84-4147-a131-f71e6e4b421f",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-08-05T03:08:11.1694232+08:00",
  "ID": "a62832bb-9df4-4db3-a126-7353668ac41a",
  "OrderId": "d4d0b137-c868-47b2-902b-57739f627207",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-08-05T03:08:11.1694232+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-08-05T03:08:11.1694232+08:00"
}