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-05-03T03:37:12.9912396+08:00",
      "ID": "45819d67-46dc-4feb-bed6-f356b1fb6b84",
      "RefundId": "3f116053-6475-422f-83bf-7e8efca6d886",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-05-03T03:37:12.9912396+08:00",
      "ID": "45819d67-46dc-4feb-bed6-f356b1fb6b84",
      "RefundId": "3f116053-6475-422f-83bf-7e8efca6d886",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "efc12cc0-102c-4a78-bb79-4ec4ddc99148",
      "RefundId": "47725513-cb95-4838-9dc5-3a9df4ea6753",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "efc12cc0-102c-4a78-bb79-4ec4ddc99148",
      "RefundId": "47725513-cb95-4838-9dc5-3a9df4ea6753",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "b82593f2-4e17-439d-a6c4-e2a1e827bea1",
      "RefundId": "0ebbc78e-256f-406e-a7e3-b4fb94fa31e9",
      "PassengerId": "84f3670c-ef78-4b44-a232-b59753a28eec"
    },
    {
      "ID": "b82593f2-4e17-439d-a6c4-e2a1e827bea1",
      "RefundId": "0ebbc78e-256f-406e-a7e3-b4fb94fa31e9",
      "PassengerId": "84f3670c-ef78-4b44-a232-b59753a28eec"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-05-03T03:37:12.9912396+08:00",
      "ID": "67aae020-108e-4717-ba15-0401a91155c2",
      "RefundId": "84da7c9d-ede1-40c2-97a5-a65ceb2694c9",
      "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-05-03T03:37:12.9912396+08:00",
      "ID": "67aae020-108e-4717-ba15-0401a91155c2",
      "RefundId": "84da7c9d-ede1-40c2-97a5-a65ceb2694c9",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "2fc5c7e9-1f8b-4172-8b5c-c4cdcec31b14",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-05-03T03:37:12.9912396+08:00",
      "RefundId": "b5ead96f-b6f8-4cb5-94a7-156c3e70e414",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "2fc5c7e9-1f8b-4172-8b5c-c4cdcec31b14",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-05-03T03:37:12.9912396+08:00",
      "RefundId": "b5ead96f-b6f8-4cb5-94a7-156c3e70e414",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "ddb4d345-a122-4039-b19a-41eb3a4ec399",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-05-03T03:37:12.9912396+08:00",
      "RefundId": "d6f9db72-74bd-465b-8957-5f4d4ff34e1e",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "ddb4d345-a122-4039-b19a-41eb3a4ec399",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-05-03T03:37:12.9912396+08:00",
      "RefundId": "d6f9db72-74bd-465b-8957-5f4d4ff34e1e",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-05-03T03:37:12.9912396+08:00",
  "ID": "b1368de6-ce59-41cf-a4d4-61dbe56643e8",
  "OrderId": "36e81661-cccd-4df7-a1a0-ac3e858abbe5",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-05-03T03:37:12.9912396+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-05-03T03:37:12.9912396+08:00"
}