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-04-03T19:43:10.9528985+08:00",
      "ID": "beeaa568-5275-481a-9d76-f15eaca3bd9c",
      "RefundId": "dbcd37f6-431c-45d3-9169-b07d6a0b6254",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2025-04-03T19:43:10.9528985+08:00",
      "ID": "beeaa568-5275-481a-9d76-f15eaca3bd9c",
      "RefundId": "dbcd37f6-431c-45d3-9169-b07d6a0b6254",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "d8046cfb-0f32-4842-b182-2275e532ca90",
      "RefundId": "ffefefea-ac73-4fa8-852b-a81e21dea29f",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "d8046cfb-0f32-4842-b182-2275e532ca90",
      "RefundId": "ffefefea-ac73-4fa8-852b-a81e21dea29f",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "a8d0fade-5180-42a8-a560-fc2b05affc11",
      "RefundId": "e9bbe09e-8931-4b7a-90e3-f9b70267bfa2",
      "PassengerId": "de029954-a3c8-455f-b5be-bc8b6c6416c5"
    },
    {
      "ID": "a8d0fade-5180-42a8-a560-fc2b05affc11",
      "RefundId": "e9bbe09e-8931-4b7a-90e3-f9b70267bfa2",
      "PassengerId": "de029954-a3c8-455f-b5be-bc8b6c6416c5"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2025-04-03T19:43:10.9528985+08:00",
      "ID": "dec23925-16e2-49b0-8fa1-3677cda33584",
      "RefundId": "d19ae8fe-0ba8-4e79-826a-af198edb3532",
      "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-04-03T19:43:10.9528985+08:00",
      "ID": "dec23925-16e2-49b0-8fa1-3677cda33584",
      "RefundId": "d19ae8fe-0ba8-4e79-826a-af198edb3532",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "46f50e8c-1297-4fbd-9341-49abdd30490b",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-04-03T19:43:10.9528985+08:00",
      "RefundId": "bafe53f9-e303-4093-8469-091b7455e91d",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "46f50e8c-1297-4fbd-9341-49abdd30490b",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-04-03T19:43:10.9528985+08:00",
      "RefundId": "bafe53f9-e303-4093-8469-091b7455e91d",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "d9eba4c7-cc4a-441c-a67c-50cac52e960a",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-04-03T19:43:10.9528985+08:00",
      "RefundId": "a66e4a62-fbf3-41db-bd4c-7dcd4a230f80",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "d9eba4c7-cc4a-441c-a67c-50cac52e960a",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2025-04-03T19:43:10.9528985+08:00",
      "RefundId": "a66e4a62-fbf3-41db-bd4c-7dcd4a230f80",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2025-04-03T19:43:10.9528985+08:00",
  "ID": "32fcfdd0-0759-4e27-be68-b384a740f01c",
  "OrderId": "cdab940c-e7e9-4a0a-bb0c-9451497b6c5e",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2025-04-03T19:43:10.9528985+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2025-04-03T19:43:10.9528985+08:00"
}