POST API/PaymentDetailReport/ExportPdf

Request Information

URI Parameters

None.

Body Parameters

PaymentDetailReport
NameDescriptionTypeAdditional information
HotelId

integer

None.

RoomType

string

None.

ChkInDt

string

None.

ChkOutDt

string

None.

RoomNo

string

None.

Advance

decimal number

None.

RoomAmount

decimal number

None.

FoodAmount

decimal number

None.

LaundryAmount

decimal number

None.

Cash

decimal number

None.

Card

decimal number

None.

Neft

decimal number

None.

BTC

decimal number

None.

Type

string

None.

Category

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HotelId": 1,
  "RoomType": "sample string 1",
  "ChkInDt": "sample string 2",
  "ChkOutDt": "sample string 3",
  "RoomNo": "sample string 4",
  "Advance": 5.0,
  "RoomAmount": 6.0,
  "FoodAmount": 7.0,
  "LaundryAmount": 8.0,
  "Cash": 9.0,
  "Card": 10.0,
  "Neft": 11.0,
  "BTC": 12.0,
  "Type": "sample string 13",
  "Category": "sample string 14"
}

application/xml, text/xml

Sample:
<PaymentDetailReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HMSApi.Models">
  <Advance>5</Advance>
  <BTC>12</BTC>
  <Card>10</Card>
  <Cash>9</Cash>
  <Category>sample string 14</Category>
  <ChkInDt>sample string 2</ChkInDt>
  <ChkOutDt>sample string 3</ChkOutDt>
  <FoodAmount>7</FoodAmount>
  <HotelId>1</HotelId>
  <LaundryAmount>8</LaundryAmount>
  <Neft>11</Neft>
  <RoomAmount>6</RoomAmount>
  <RoomNo>sample string 4</RoomNo>
  <RoomType>sample string 1</RoomType>
  <Type>sample string 13</Type>
</PaymentDetailReport>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>