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-09-23T11:31:45.368265+08:00",
      "ID": "c7cff283-42ed-483e-97a0-199c7eb819d8",
      "RefundId": "b00ebada-7071-4257-953f-b500b993c40a",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-09-23T11:31:45.368265+08:00",
      "ID": "c7cff283-42ed-483e-97a0-199c7eb819d8",
      "RefundId": "b00ebada-7071-4257-953f-b500b993c40a",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "8051d361-a245-4db5-97c5-c31cb6cc577e",
      "RefundId": "033c81cf-38ca-4840-83ea-a07a0e64d14b",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "8051d361-a245-4db5-97c5-c31cb6cc577e",
      "RefundId": "033c81cf-38ca-4840-83ea-a07a0e64d14b",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "012237ad-a5f3-4059-9dfb-0b574954c21d",
      "RefundId": "d2b81082-e180-42d8-b82f-20ec78817edf",
      "PassengerId": "7af46ed9-3ad2-4942-9532-5809de1187b3"
    },
    {
      "ID": "012237ad-a5f3-4059-9dfb-0b574954c21d",
      "RefundId": "d2b81082-e180-42d8-b82f-20ec78817edf",
      "PassengerId": "7af46ed9-3ad2-4942-9532-5809de1187b3"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-09-23T11:31:45.368265+08:00",
      "ID": "5eaee72e-d699-4ea7-82eb-d2979157956c",
      "RefundId": "6899ff61-319e-4a1b-924a-18688172628f",
      "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-09-23T11:31:45.368265+08:00",
      "ID": "5eaee72e-d699-4ea7-82eb-d2979157956c",
      "RefundId": "6899ff61-319e-4a1b-924a-18688172628f",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "06f2a511-d5d3-4115-a3c8-bdb67ba49960",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-09-23T11:31:45.368265+08:00",
      "RefundId": "78299f9d-b2bb-4e29-83c7-9450e7b53a70",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "06f2a511-d5d3-4115-a3c8-bdb67ba49960",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-09-23T11:31:45.368265+08:00",
      "RefundId": "78299f9d-b2bb-4e29-83c7-9450e7b53a70",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "0eb21ad3-b377-4ea5-a7a1-854b7f476001",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-09-23T11:31:45.368265+08:00",
      "RefundId": "13f6e4c2-c230-4a3a-94d5-7f6c395e91e2",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "0eb21ad3-b377-4ea5-a7a1-854b7f476001",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-09-23T11:31:45.368265+08:00",
      "RefundId": "13f6e4c2-c230-4a3a-94d5-7f6c395e91e2",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-09-23T11:31:45.368265+08:00",
  "ID": "e861b86e-c601-48d1-82ef-cef7a33c158e",
  "OrderId": "96c7760d-c99b-492c-a2c4-b5075551d772",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-09-23T11:31:45.368265+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-09-23T11:31:45.368265+08:00"
}