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-01-19T14:10:55.3572435+08:00",
      "ID": "2bcc32bb-77cd-4ae3-942a-c459698876ca",
      "RefundId": "3d54b72b-3e42-4a0f-b217-ef7a1854f689",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-01-19T14:10:55.3572435+08:00",
      "ID": "2bcc32bb-77cd-4ae3-942a-c459698876ca",
      "RefundId": "3d54b72b-3e42-4a0f-b217-ef7a1854f689",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "9a4d9a48-780b-48ac-bd13-61a61dc7b71f",
      "RefundId": "c6074f6c-6bf0-4572-b58f-85b4b7107a07",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "9a4d9a48-780b-48ac-bd13-61a61dc7b71f",
      "RefundId": "c6074f6c-6bf0-4572-b58f-85b4b7107a07",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "ab1fc4f1-7111-4ee5-a9dc-0b777b658ceb",
      "RefundId": "5178879c-6ad6-4607-a6a6-c31c1bda2328",
      "PassengerId": "7ab84f70-6b6d-46b3-8183-9c80e5b4ef91"
    },
    {
      "ID": "ab1fc4f1-7111-4ee5-a9dc-0b777b658ceb",
      "RefundId": "5178879c-6ad6-4607-a6a6-c31c1bda2328",
      "PassengerId": "7ab84f70-6b6d-46b3-8183-9c80e5b4ef91"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-01-19T14:10:55.3572435+08:00",
      "ID": "6c10a217-b06e-4cf4-9c76-0222c3c1d137",
      "RefundId": "183b55bc-411d-4061-90d8-0fd8a96162f7",
      "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-01-19T14:10:55.3572435+08:00",
      "ID": "6c10a217-b06e-4cf4-9c76-0222c3c1d137",
      "RefundId": "183b55bc-411d-4061-90d8-0fd8a96162f7",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "265e062a-337e-4890-a113-66a9ce335346",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-01-19T14:10:55.3729264+08:00",
      "RefundId": "d0707e79-9937-488e-91bb-444647da9b20",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "265e062a-337e-4890-a113-66a9ce335346",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-01-19T14:10:55.3729264+08:00",
      "RefundId": "d0707e79-9937-488e-91bb-444647da9b20",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "2fecfd70-ef7e-430f-bc31-abd8868a6a02",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-01-19T14:10:55.3729264+08:00",
      "RefundId": "a9e21d91-b972-4759-9ab0-7a4c372e3709",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "2fecfd70-ef7e-430f-bc31-abd8868a6a02",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-01-19T14:10:55.3729264+08:00",
      "RefundId": "a9e21d91-b972-4759-9ab0-7a4c372e3709",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-01-19T14:10:55.3729264+08:00",
  "ID": "f437b85d-4b43-4f03-bf71-e2e37ac75bc0",
  "OrderId": "a7f2cf6e-e875-4af4-bb33-6ea5587cd9f6",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-01-19T14:10:55.3729264+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-01-19T14:10:55.3729264+08:00"
}