POST api/v1/Order/GetVipChargeOrderDetail?id={id}

获取充值订单详情

请求信息(Request)

URI 参数

名称描述类型备注
id

integer

Required

Body 参数

None.

响应信息(Response)

资源描述

RequestResultOfVipCardRechargeDTO
名称描述类型备注
Data

VipCardRechargeDTO

None.

Status

状态(0:成功,1:失败)

integer

None.

Message

导致失败的相关消息

string

None.

Total

集合总数,用于分页时使用

integer

None.

响应格式

application/json, text/json

Sample:
{
  "Data": {
    "ID": 1,
    "HotelId": 2,
    "UserID": 3,
    "VipRuleID": 1,
    "Amount": 4.0,
    "PayAmount": 5.0,
    "Remark": "sample string 6",
    "Status": 7,
    "CreateTime": "2025-05-04T17:57:03.496067+08:00",
    "SourceAppid": "sample string 9",
    "HotelAppid": "sample string 10",
    "PayedAmount": 11.0,
    "RefundedAmount": 12.0,
    "PayTranId": "sample string 13",
    "RefundTranId": "sample string 14",
    "PayedTime": "2025-05-04T17:57:03.496067+08:00",
    "RefundedTime": "2025-05-04T17:57:03.496067+08:00",
    "PmsHotelId": "sample string 15",
    "PmsRefundSuccess": true,
    "VipCardID": "sample string 16",
    "ShouldPayAppid": "sample string 17",
    "ShouldPaySubAppid": "sample string 18",
    "ShouldPayHost": "sample string 19"
  },
  "Status": 1,
  "Message": "sample string 2",
  "Total": 3
}

application/xml, text/xml

Sample:
<RequestResultOfVipCardRechargeDTO6NgmDdgv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLife.Application">
  <Message>sample string 2</Message>
  <Status>1</Status>
  <Total>3</Total>
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WLife.Application.DTOs">
    <d2p1:Amount>4</d2p1:Amount>
    <d2p1:CreateTime>2025-05-04T17:57:03.496067+08:00</d2p1:CreateTime>
    <d2p1:HotelAppid>sample string 10</d2p1:HotelAppid>
    <d2p1:HotelId>2</d2p1:HotelId>
    <d2p1:ID>1</d2p1:ID>
    <d2p1:PayAmount>5</d2p1:PayAmount>
    <d2p1:PayTranId>sample string 13</d2p1:PayTranId>
    <d2p1:PayedAmount>11</d2p1:PayedAmount>
    <d2p1:PayedTime>2025-05-04T17:57:03.496067+08:00</d2p1:PayedTime>
    <d2p1:PmsHotelId>sample string 15</d2p1:PmsHotelId>
    <d2p1:PmsRefundSuccess>true</d2p1:PmsRefundSuccess>
    <d2p1:RefundTranId>sample string 14</d2p1:RefundTranId>
    <d2p1:RefundedAmount>12</d2p1:RefundedAmount>
    <d2p1:RefundedTime>2025-05-04T17:57:03.496067+08:00</d2p1:RefundedTime>
    <d2p1:Remark>sample string 6</d2p1:Remark>
    <d2p1:ShouldPayAppid>sample string 17</d2p1:ShouldPayAppid>
    <d2p1:ShouldPayHost>sample string 19</d2p1:ShouldPayHost>
    <d2p1:ShouldPaySubAppid>sample string 18</d2p1:ShouldPaySubAppid>
    <d2p1:SourceAppid>sample string 9</d2p1:SourceAppid>
    <d2p1:Status>7</d2p1:Status>
    <d2p1:UserID>3</d2p1:UserID>
    <d2p1:VipCardID>sample string 16</d2p1:VipCardID>
    <d2p1:VipRuleID>1</d2p1:VipRuleID>
  </Data>
</RequestResultOfVipCardRechargeDTO6NgmDdgv>