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": "2025-12-29T12:18:48.6381747+08:00",
      "ID": "efe50078-47bc-4c83-9908-bcb67fd68db1",
      "RefundId": "61b5a442-d902-4463-a577-e779b60bef35",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2025-12-29T12:18:48.6381747+08:00",
      "ID": "efe50078-47bc-4c83-9908-bcb67fd68db1",
      "RefundId": "61b5a442-d902-4463-a577-e779b60bef35",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "aba9282f-2e58-45e3-9da6-f427a2c91e38",
      "RefundId": "1127319d-568d-42aa-ba0c-bf1dc5dd7915",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "aba9282f-2e58-45e3-9da6-f427a2c91e38",
      "RefundId": "1127319d-568d-42aa-ba0c-bf1dc5dd7915",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "16ad774b-dff4-4156-8957-54d1a2bcc258",
      "RefundId": "30902b94-f91d-4d12-a8ef-ad8431faf18b",
      "PassengerId": "a193b3fa-2d63-4cda-83c0-269dd12c534b"
    },
    {
      "ID": "16ad774b-dff4-4156-8957-54d1a2bcc258",
      "RefundId": "30902b94-f91d-4d12-a8ef-ad8431faf18b",
      "PassengerId": "a193b3fa-2d63-4cda-83c0-269dd12c534b"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2025-12-29T12:18:48.6381747+08:00",
      "ID": "65fce446-70cd-4a3d-9648-2733912e3a1d",
      "RefundId": "5305c8ba-65d9-48c7-bf4e-3226d204db67",
      "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": "2025-12-29T12:18:48.6381747+08:00",
      "ID": "65fce446-70cd-4a3d-9648-2733912e3a1d",
      "RefundId": "5305c8ba-65d9-48c7-bf4e-3226d204db67",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "94e71b25-0030-45bb-a9ae-8b7de57d217b",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-12-29T12:18:48.6381747+08:00",
      "RefundId": "f62f11b1-2030-4316-808c-ba805544bc0e",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "94e71b25-0030-45bb-a9ae-8b7de57d217b",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-12-29T12:18:48.6381747+08:00",
      "RefundId": "f62f11b1-2030-4316-808c-ba805544bc0e",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "f25a822a-75a8-460b-af50-545ece9f6137",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-12-29T12:18:48.6381747+08:00",
      "RefundId": "30c19aba-a599-4429-8816-6130c1b47d89",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "f25a822a-75a8-460b-af50-545ece9f6137",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-12-29T12:18:48.6381747+08:00",
      "RefundId": "30c19aba-a599-4429-8816-6130c1b47d89",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2025-12-29T12:18:48.6381747+08:00",
  "ID": "93983911-cc97-482a-b783-1afdca531fb8",
  "OrderId": "2579af81-a119-41de-a7ce-0931c42daba8",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2025-12-29T12:18:48.6381747+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2025-12-29T12:18:48.6381747+08:00"
}