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-09-16T10:03:56.9760909+08:00",
      "ID": "8dcdf594-5225-435a-835c-ff67399cf339",
      "RefundId": "6d3401a9-ac2f-44cb-ab0f-6dd14ba2e1c9",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2026-09-16T10:03:56.9760909+08:00",
      "ID": "8dcdf594-5225-435a-835c-ff67399cf339",
      "RefundId": "6d3401a9-ac2f-44cb-ab0f-6dd14ba2e1c9",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "567465c5-702c-4cfe-8155-94832c2eed19",
      "RefundId": "5f27523a-474c-4156-b121-16024fc33b92",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "567465c5-702c-4cfe-8155-94832c2eed19",
      "RefundId": "5f27523a-474c-4156-b121-16024fc33b92",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "4feea142-6e8c-4671-9946-b926711319a0",
      "RefundId": "a48668c6-2d59-45f0-bbe5-442d5f547abc",
      "PassengerId": "3c1c5a84-5d48-495d-8125-103d4a1f5d75"
    },
    {
      "ID": "4feea142-6e8c-4671-9946-b926711319a0",
      "RefundId": "a48668c6-2d59-45f0-bbe5-442d5f547abc",
      "PassengerId": "3c1c5a84-5d48-495d-8125-103d4a1f5d75"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2026-09-16T10:03:56.9760909+08:00",
      "ID": "3fafd2b2-50e4-47c0-b160-0f3c96b429a5",
      "RefundId": "47408f62-da26-4e5a-8057-f22f4e087095",
      "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-09-16T10:03:56.9760909+08:00",
      "ID": "3fafd2b2-50e4-47c0-b160-0f3c96b429a5",
      "RefundId": "47408f62-da26-4e5a-8057-f22f4e087095",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "39b0f8f7-85f4-4cfe-90a1-d7d949825bd9",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-09-16T10:03:56.9760909+08:00",
      "RefundId": "4b0f12cf-05ee-43f4-b0ac-490f5295270f",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "39b0f8f7-85f4-4cfe-90a1-d7d949825bd9",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-09-16T10:03:56.9760909+08:00",
      "RefundId": "4b0f12cf-05ee-43f4-b0ac-490f5295270f",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "0d90d785-d498-48c3-9306-fd5371fd2af0",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-09-16T10:03:56.9760909+08:00",
      "RefundId": "31fc6462-7cff-458e-b20a-19866e9a76da",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "0d90d785-d498-48c3-9306-fd5371fd2af0",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2026-09-16T10:03:56.9760909+08:00",
      "RefundId": "31fc6462-7cff-458e-b20a-19866e9a76da",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2026-09-16T10:03:56.9760909+08:00",
  "ID": "dac4cd73-5b80-4460-87ad-a18a9f7e3e2f",
  "OrderId": "cac91ecf-7d52-41dc-8c53-cee939019242",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2026-09-16T10:03:56.9760909+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2026-09-16T10:03:56.9760909+08:00"
}