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-22T19:01:15.0401707+08:00",
      "ID": "21e6468a-afff-406b-9d6f-2483829f9140",
      "RefundId": "76a15278-c4db-4b00-85e8-c94b3cd8571c",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-03-22T19:01:15.0401707+08:00",
      "ID": "21e6468a-afff-406b-9d6f-2483829f9140",
      "RefundId": "76a15278-c4db-4b00-85e8-c94b3cd8571c",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "53aa90ba-2a29-45fe-9115-e2e75ea22dd8",
      "RefundId": "5037d3cd-6f4b-4ce2-85e6-7a77d74a2884",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "53aa90ba-2a29-45fe-9115-e2e75ea22dd8",
      "RefundId": "5037d3cd-6f4b-4ce2-85e6-7a77d74a2884",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "31ed10ca-203d-4c47-8660-02a9586df190",
      "RefundId": "3f92ca49-14f4-4737-a508-d53e4d729abc",
      "PassengerId": "173d6b44-c4ce-4bb6-8681-dbc2e6976b0e"
    },
    {
      "ID": "31ed10ca-203d-4c47-8660-02a9586df190",
      "RefundId": "3f92ca49-14f4-4737-a508-d53e4d729abc",
      "PassengerId": "173d6b44-c4ce-4bb6-8681-dbc2e6976b0e"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-03-22T19:01:15.0401707+08:00",
      "ID": "12908233-a387-4eab-aebe-522c1b170266",
      "RefundId": "7e89d8e7-2de0-4685-b8fc-3cfad4b4f609",
      "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-22T19:01:15.0401707+08:00",
      "ID": "12908233-a387-4eab-aebe-522c1b170266",
      "RefundId": "7e89d8e7-2de0-4685-b8fc-3cfad4b4f609",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "797586b1-869d-48e5-989d-af3629b90384",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-22T19:01:15.0401707+08:00",
      "RefundId": "3da417ba-ae8b-48ca-941b-054e7fb90a9d",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "797586b1-869d-48e5-989d-af3629b90384",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-22T19:01:15.0401707+08:00",
      "RefundId": "3da417ba-ae8b-48ca-941b-054e7fb90a9d",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "112f8899-fcb2-492c-8b0d-e3a544394df3",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-22T19:01:15.0401707+08:00",
      "RefundId": "bec41c7d-9018-4b39-8183-cbdc58cfa6e6",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "112f8899-fcb2-492c-8b0d-e3a544394df3",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-03-22T19:01:15.0401707+08:00",
      "RefundId": "bec41c7d-9018-4b39-8183-cbdc58cfa6e6",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-03-22T19:01:15.0401707+08:00",
  "ID": "8e9e9cd2-83c3-4f0a-a46a-40b6028fd7f1",
  "OrderId": "404b4476-88f8-4633-b63f-508d5cc7cc89",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-03-22T19:01:15.0401707+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-03-22T19:01:15.0401707+08:00"
}