GET api/v1/SelfCheckin/GetPmsRegAccount?hotelId={hotelId}&pmsRegOrderId={pmsRegOrderId}
获取pms登记单账单列表
请求信息(Request)
URI 参数
名称 | 描述 | 类型 | 备注 |
---|---|---|---|
hotelId | integer |
Required |
|
pmsRegOrderId | string |
Required |
Body 参数
None.
响应信息(Response)
资源描述
RequestResultOfListOfHotelAccountDTO名称 | 描述 | 类型 | 备注 |
---|---|---|---|
Data | HotelAccountDTO 集合 |
None. |
|
Status |
状态(0:成功,1:失败) |
integer |
None. |
Message |
导致失败的相关消息 |
string |
None. |
Total |
集合总数,用于分页时使用 |
integer |
None. |
响应格式
application/json, text/json
Sample:
{ "Data": [ { "AccountTypeName": "sample string 1", "AccountType": 0, "PaymentType": 0, "Payment": "sample string 2", "PaymentId": "sample string 3", "Credit": "sample string 4", "Debit": "sample string 5", "Amount": 6.0, "CreateTime": "2025-05-04T18:19:07.3865855+08:00", "Remark": "sample string 8" }, { "AccountTypeName": "sample string 1", "AccountType": 0, "PaymentType": 0, "Payment": "sample string 2", "PaymentId": "sample string 3", "Credit": "sample string 4", "Debit": "sample string 5", "Amount": 6.0, "CreateTime": "2025-05-04T18:19:07.3865855+08:00", "Remark": "sample string 8" } ], "Status": 1, "Message": "sample string 2", "Total": 3 }
application/xml, text/xml
Sample:
<RequestResultOfArrayOfHotelAccountDTO6NgmDdgv 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:HotelAccountDTO> <d2p1:AccountType>Deposit</d2p1:AccountType> <d2p1:AccountTypeName>sample string 1</d2p1:AccountTypeName> <d2p1:Amount>6</d2p1:Amount> <d2p1:CreateTime>2025-05-04T18:19:07.3865855+08:00</d2p1:CreateTime> <d2p1:Credit>sample string 4</d2p1:Credit> <d2p1:Debit>sample string 5</d2p1:Debit> <d2p1:Payment>sample string 2</d2p1:Payment> <d2p1:PaymentId>sample string 3</d2p1:PaymentId> <d2p1:PaymentType>Other</d2p1:PaymentType> <d2p1:Remark>sample string 8</d2p1:Remark> </d2p1:HotelAccountDTO> <d2p1:HotelAccountDTO> <d2p1:AccountType>Deposit</d2p1:AccountType> <d2p1:AccountTypeName>sample string 1</d2p1:AccountTypeName> <d2p1:Amount>6</d2p1:Amount> <d2p1:CreateTime>2025-05-04T18:19:07.3865855+08:00</d2p1:CreateTime> <d2p1:Credit>sample string 4</d2p1:Credit> <d2p1:Debit>sample string 5</d2p1:Debit> <d2p1:Payment>sample string 2</d2p1:Payment> <d2p1:PaymentId>sample string 3</d2p1:PaymentId> <d2p1:PaymentType>Other</d2p1:PaymentType> <d2p1:Remark>sample string 8</d2p1:Remark> </d2p1:HotelAccountDTO> </Data> </RequestResultOfArrayOfHotelAccountDTO6NgmDdgv>