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": "2024-10-22T16:28:43.5477369+08:00",
      "ID": "b467b371-697f-467b-b01b-62c593a21c94",
      "RefundId": "8d2c4fbd-d072-46b2-bb55-0d8517f4613a",
      "Status": 1,
      "Remarks": "sample string 5"
    },
    {
      "Creater": "sample string 1",
      "Time": "2024-10-22T16:28:43.5477369+08:00",
      "ID": "b467b371-697f-467b-b01b-62c593a21c94",
      "RefundId": "8d2c4fbd-d072-46b2-bb55-0d8517f4613a",
      "Status": 1,
      "Remarks": "sample string 5"
    }
  ],
  "RefundExpands": [
    {
      "ID": "6fddefd9-69de-40a0-9a59-1372f086dbe6",
      "RefundId": "9b6b3063-ff2b-4258-b800-a653636ceb14",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    },
    {
      "ID": "6fddefd9-69de-40a0-9a59-1372f086dbe6",
      "RefundId": "9b6b3063-ff2b-4258-b800-a653636ceb14",
      "SettingKey": "sample string 3",
      "SettingValue": "sample string 4"
    }
  ],
  "RefundIncludes": [
    {
      "ID": "ffc44405-bd83-46ad-89e2-7405862b3ea1",
      "RefundId": "6ad0f488-7c60-4eb0-9096-370c5b808024",
      "PassengerId": "81ecfd53-20a2-4934-a28e-548a4bdf05a3"
    },
    {
      "ID": "ffc44405-bd83-46ad-89e2-7405862b3ea1",
      "RefundId": "6ad0f488-7c60-4eb0-9096-370c5b808024",
      "PassengerId": "81ecfd53-20a2-4934-a28e-548a4bdf05a3"
    }
  ],
  "RefundPayments": [
    {
      "RecordType": 0,
      "Creater": "sample string 1",
      "Time": "2024-10-22T16:28:43.5477369+08:00",
      "ID": "029fca2e-2884-4318-b759-2ab394cadf8f",
      "RefundId": "b415302d-de0f-4fb5-90a2-881f747886a2",
      "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": "2024-10-22T16:28:43.5477369+08:00",
      "ID": "029fca2e-2884-4318-b759-2ab394cadf8f",
      "RefundId": "b415302d-de0f-4fb5-90a2-881f747886a2",
      "Confirmed": true,
      "Reconciled": true,
      "RefundPrice": 7.1,
      "CostPrice": 8.1,
      "TransactionId": "sample string 9",
      "Remarks": "sample string 10"
    }
  ],
  "RefundStatus": [
    {
      "ID": "9754a18d-75d6-424b-9bb7-a7b7c0e2a5e9",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2024-10-22T16:28:43.5477369+08:00",
      "RefundId": "2499667e-6de6-4767-a7cc-368dafafe028",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "9754a18d-75d6-424b-9bb7-a7b7c0e2a5e9",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2024-10-22T16:28:43.5477369+08:00",
      "RefundId": "2499667e-6de6-4767-a7cc-368dafafe028",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RLockedStatus": [
    {
      "ID": "b522b55b-8ed5-4a3b-9007-61ddc8a83152",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2024-10-22T16:28:43.5477369+08:00",
      "RefundId": "6787f298-e6aa-4821-9eff-fe61d4cc22d6",
      "Status": 0,
      "Remarks": "sample string 5"
    },
    {
      "ID": "b522b55b-8ed5-4a3b-9007-61ddc8a83152",
      "RecordType": 0,
      "Creater": "sample string 2",
      "Time": "2024-10-22T16:28:43.5477369+08:00",
      "RefundId": "6787f298-e6aa-4821-9eff-fe61d4cc22d6",
      "Status": 0,
      "Remarks": "sample string 5"
    }
  ],
  "RefundInternalNumber": "sample string 1",
  "RefundSource": 0,
  "Creater": "sample string 2",
  "InternalTime": "2024-10-22T16:28:43.5477369+08:00",
  "ID": "0b700bfa-93ab-4f66-9879-a9c09f5ca4e7",
  "OrderId": "f2fd880d-51d1-4d13-ab0f-510a5fbf0ffe",
  "RefundExternalNumber": "sample string 6",
  "RefundType": 0,
  "RefundStyle": 0,
  "LatestTime": "2024-10-22T16:28:43.5477369+08:00",
  "Remarks": "sample string 7",
  "ExternalTime": "2024-10-22T16:28:43.5477369+08:00"
}