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-09-17T03:36:43.7029639+08:00",
      "ID": "7cfc91c1-dd30-4c07-9e41-cb1ee4ba734b",
      "RefundId": "2f1403f0-75df-49f2-ae85-a23497105b6c",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2025-09-17T03:36:43.7029639+08:00",
      "ID": "7cfc91c1-dd30-4c07-9e41-cb1ee4ba734b",
      "RefundId": "2f1403f0-75df-49f2-ae85-a23497105b6c",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "bfb28de1-2818-4cf3-88a5-eaa03fcd9b82",
      "RefundId": "9565bf04-0063-49ab-828d-213b81050569",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "bfb28de1-2818-4cf3-88a5-eaa03fcd9b82",
      "RefundId": "9565bf04-0063-49ab-828d-213b81050569",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "d1119268-1ed2-4cd8-a140-ae6f1b712892",
      "RefundId": "34f083e0-5625-4b73-b7f6-6c6a67db3379",
      "PassengerId": "4b70a994-f277-48e2-b97e-05ba5b18b5e3"
    },
    {
      "ID": "d1119268-1ed2-4cd8-a140-ae6f1b712892",
      "RefundId": "34f083e0-5625-4b73-b7f6-6c6a67db3379",
      "PassengerId": "4b70a994-f277-48e2-b97e-05ba5b18b5e3"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2025-09-17T03:36:43.7029639+08:00",
      "ID": "8b32327f-6fc4-4127-a3ca-89d6e0d38bfe",
      "RefundId": "e228d32d-f084-4a99-a08a-48c479fb3e27",
      "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-09-17T03:36:43.7029639+08:00",
      "ID": "8b32327f-6fc4-4127-a3ca-89d6e0d38bfe",
      "RefundId": "e228d32d-f084-4a99-a08a-48c479fb3e27",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "cae174de-3040-4199-affd-5d7331035cfe",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-09-17T03:36:43.7029639+08:00",
      "RefundId": "ca0fbf19-dae9-4306-8b5c-9b063ddb7937",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "cae174de-3040-4199-affd-5d7331035cfe",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-09-17T03:36:43.7029639+08:00",
      "RefundId": "ca0fbf19-dae9-4306-8b5c-9b063ddb7937",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "b64da029-ec5c-458c-bb7c-1672fb7bd7a3",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-09-17T03:36:43.7029639+08:00",
      "RefundId": "af779931-cb99-4058-8341-7a2a0dcdd84e",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "b64da029-ec5c-458c-bb7c-1672fb7bd7a3",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-09-17T03:36:43.7029639+08:00",
      "RefundId": "af779931-cb99-4058-8341-7a2a0dcdd84e",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2025-09-17T03:36:43.7029639+08:00",
  "ID": "9fa5982e-46ec-41cc-9d8a-fe2d65fc61e7",
  "OrderId": "a9a89c29-4161-4db5-b550-69f2bc484917",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2025-09-17T03:36:43.7029639+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2025-09-17T03:36:43.7029639+08:00"
}