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-03-21T14:24:57.3776071+08:00",
      "ID": "265b71e2-9946-4972-a613-33f26f68a2dc",
      "RefundId": "e6aa2603-84e5-426b-894e-3154ca4165d0",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-03-21T14:24:57.3776071+08:00",
      "ID": "265b71e2-9946-4972-a613-33f26f68a2dc",
      "RefundId": "e6aa2603-84e5-426b-894e-3154ca4165d0",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "f7310ae8-edd6-476e-8043-5ede577051da",
      "RefundId": "d06f7263-aabd-4913-af6a-b1d5bbdd1aef",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "f7310ae8-edd6-476e-8043-5ede577051da",
      "RefundId": "d06f7263-aabd-4913-af6a-b1d5bbdd1aef",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "7c7b79a5-2458-47cd-8bf2-0524b6c5fc5a",
      "RefundId": "dbb97ab9-2682-4153-b2a2-def1cccc49d7",
      "PassengerId": "a8a3a8e2-9740-4c7c-9c1c-f982be91bbe9"
    },
    {
      "ID": "7c7b79a5-2458-47cd-8bf2-0524b6c5fc5a",
      "RefundId": "dbb97ab9-2682-4153-b2a2-def1cccc49d7",
      "PassengerId": "a8a3a8e2-9740-4c7c-9c1c-f982be91bbe9"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-03-21T14:24:57.3932326+08:00",
      "ID": "19d1b724-04ec-442a-835b-862aeb8efa4e",
      "RefundId": "d4baa43a-4761-435c-a2c8-4d6e3bee124f",
      "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-03-21T14:24:57.3932326+08:00",
      "ID": "19d1b724-04ec-442a-835b-862aeb8efa4e",
      "RefundId": "d4baa43a-4761-435c-a2c8-4d6e3bee124f",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "c7e151ac-267f-4323-ac49-8d70cc2b3e42",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-21T14:24:57.3932326+08:00",
      "RefundId": "cc595344-a5b1-43a9-9f2a-1bf6508097af",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "c7e151ac-267f-4323-ac49-8d70cc2b3e42",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-21T14:24:57.3932326+08:00",
      "RefundId": "cc595344-a5b1-43a9-9f2a-1bf6508097af",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "eb11cf52-87da-4a11-9115-be1e40ed1c3e",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-21T14:24:57.3932326+08:00",
      "RefundId": "251fbc0f-40cd-45f4-861c-b98f709e8669",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "eb11cf52-87da-4a11-9115-be1e40ed1c3e",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-21T14:24:57.3932326+08:00",
      "RefundId": "251fbc0f-40cd-45f4-861c-b98f709e8669",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-03-21T14:24:57.3932326+08:00",
  "ID": "b11eaebd-34bb-453b-a94e-c84e1ae9fbea",
  "OrderId": "28d6e7dc-7b6a-4eb0-823c-ab11a1f025af",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-03-21T14:24:57.3932326+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-03-21T14:24:57.3932326+08:00"
}