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-07-07T22:38:45.5064725+08:00",
      "ID": "ed127f6f-a044-437a-9b79-1547f5ac9ec1",
      "RefundId": "2d2bdbc5-3604-476d-b259-be85fa619d34",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-07-07T22:38:45.5064725+08:00",
      "ID": "ed127f6f-a044-437a-9b79-1547f5ac9ec1",
      "RefundId": "2d2bdbc5-3604-476d-b259-be85fa619d34",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "8840d002-54df-4179-a0af-7eade738e7df",
      "RefundId": "e22cbd4a-bdd1-42e2-a00c-1540f3306524",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "8840d002-54df-4179-a0af-7eade738e7df",
      "RefundId": "e22cbd4a-bdd1-42e2-a00c-1540f3306524",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "692219eb-de05-4c9c-90c0-ffa1844e441e",
      "RefundId": "bf0d038e-1077-4e37-bfcd-9a49b7069e74",
      "PassengerId": "66ba3b45-91bb-4ea8-aa3b-911431099027"
    },
    {
      "ID": "692219eb-de05-4c9c-90c0-ffa1844e441e",
      "RefundId": "bf0d038e-1077-4e37-bfcd-9a49b7069e74",
      "PassengerId": "66ba3b45-91bb-4ea8-aa3b-911431099027"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-07-07T22:38:45.5064725+08:00",
      "ID": "843de250-9ab7-42cf-98ce-703ab303f2f7",
      "RefundId": "bcaaf167-1bbf-4de4-af7c-2f6458c33ae7",
      "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-07-07T22:38:45.5064725+08:00",
      "ID": "843de250-9ab7-42cf-98ce-703ab303f2f7",
      "RefundId": "bcaaf167-1bbf-4de4-af7c-2f6458c33ae7",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "b0885c46-8b02-45f8-93e5-43b2ea18977e",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-07-07T22:38:45.5064725+08:00",
      "RefundId": "2a682620-b203-4f3c-8a21-8936e75beb2f",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "b0885c46-8b02-45f8-93e5-43b2ea18977e",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-07-07T22:38:45.5064725+08:00",
      "RefundId": "2a682620-b203-4f3c-8a21-8936e75beb2f",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "f5caeddc-8104-480d-9212-51c12f656653",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-07-07T22:38:45.5064725+08:00",
      "RefundId": "50cb51bb-9587-4083-977b-b32cf98e8676",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "f5caeddc-8104-480d-9212-51c12f656653",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-07-07T22:38:45.5064725+08:00",
      "RefundId": "50cb51bb-9587-4083-977b-b32cf98e8676",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-07-07T22:38:45.5064725+08:00",
  "ID": "f888b1a3-3457-4cf1-8569-f9c50ad7aa6c",
  "OrderId": "c31b5a1f-45a4-4a10-8959-f9c1d0f416a7",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-07-07T22:38:45.5064725+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-07-07T22:38:45.5064725+08:00"
}