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-04-30T02:39:52.9051926+08:00",
      "ID": "470c0a29-6168-47ee-a2ad-2d1f05bfb6ed",
      "RefundId": "1b7666b3-c36f-4aff-91c2-fff6df99c0be",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-04-30T02:39:52.9051926+08:00",
      "ID": "470c0a29-6168-47ee-a2ad-2d1f05bfb6ed",
      "RefundId": "1b7666b3-c36f-4aff-91c2-fff6df99c0be",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "0b88259a-19f5-4943-be0e-1630660e47a3",
      "RefundId": "c866bd91-90e1-478c-88df-7843c50d314f",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "0b88259a-19f5-4943-be0e-1630660e47a3",
      "RefundId": "c866bd91-90e1-478c-88df-7843c50d314f",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "f556d43d-ba55-422e-9b33-242834b026a3",
      "RefundId": "560ac2eb-ef4c-4100-a4b3-6a7f77bd11a2",
      "PassengerId": "b7bc5e3a-e92e-429d-957f-42ebb3b4d3c4"
    },
    {
      "ID": "f556d43d-ba55-422e-9b33-242834b026a3",
      "RefundId": "560ac2eb-ef4c-4100-a4b3-6a7f77bd11a2",
      "PassengerId": "b7bc5e3a-e92e-429d-957f-42ebb3b4d3c4"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-04-30T02:39:52.9051926+08:00",
      "ID": "6bc3e0f3-88b2-46b5-ab4d-5320aa031c11",
      "RefundId": "71d49159-7213-41af-b215-8dff292905cd",
      "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-04-30T02:39:52.9051926+08:00",
      "ID": "6bc3e0f3-88b2-46b5-ab4d-5320aa031c11",
      "RefundId": "71d49159-7213-41af-b215-8dff292905cd",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "9f90ebf9-f023-4c02-9f5d-ed2263800410",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-04-30T02:39:52.9051926+08:00",
      "RefundId": "9becc902-397d-4a84-ab2e-fbe1c5d50f4e",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "9f90ebf9-f023-4c02-9f5d-ed2263800410",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-04-30T02:39:52.9051926+08:00",
      "RefundId": "9becc902-397d-4a84-ab2e-fbe1c5d50f4e",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "90f81560-a214-4e41-9abe-2eec585e7a4c",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-04-30T02:39:52.9051926+08:00",
      "RefundId": "e0198b25-ef54-4288-a595-ab1a382ebf71",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "90f81560-a214-4e41-9abe-2eec585e7a4c",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-04-30T02:39:52.9051926+08:00",
      "RefundId": "e0198b25-ef54-4288-a595-ab1a382ebf71",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-04-30T02:39:52.9051926+08:00",
  "ID": "4d4f7018-71ac-4846-918f-8ec2ecc3c0dc",
  "OrderId": "87020f1e-1a2a-4b0a-9aff-9be2d9c626bd",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-04-30T02:39:52.9051926+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-04-30T02:39:52.9051926+08:00"
}