POST api/PIMS/GetExtraReport

Request Information

URI Parameters

None.

Body Parameters

ExtraReportReq
NameDescriptionTypeAdditional information
Entity

integer

None.

Vendor

integer

None.

Property

integer

None.

CheckInDate

string

None.

CheckoutDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Entity": 1,
  "Vendor": 2,
  "Property": 3,
  "CheckInDate": "sample string 4",
  "CheckoutDate": "sample string 5"
}

application/xml, text/xml

Sample:
<ExtraReportReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS.DTO">
  <CheckInDate>sample string 4</CheckInDate>
  <CheckoutDate>sample string 5</CheckoutDate>
  <Entity>1</Entity>
  <Property>3</Property>
  <Vendor>2</Vendor>
</ExtraReportReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of ExtraDataReport
NameDescriptionTypeAdditional information
ReservationID

integer

None.

EntityID

integer

None.

EntityName

string

None.

VendorID

integer

None.

VendorName

string

None.

PropertyID

integer

None.

PropertyName

string

None.

Amount

decimal number

None.

childern

Collection of childern

None.

FullAmount

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ReservationID": 1,
    "EntityID": 2,
    "EntityName": "sample string 3",
    "VendorID": 4,
    "VendorName": "sample string 5",
    "PropertyID": 1,
    "PropertyName": "sample string 6",
    "Amount": 1.1,
    "childern": [
      {
        "ReservationID": 1,
        "CustomerName": "sample string 2",
        "CustomerAmount": 1.1,
        "DateStayed": "sample string 3",
        "Vendor": "sample string 4",
        "childrennew": [
          {
            "CheckInDate": "sample string 1",
            "CheckoutDate": "sample string 2",
            "CostPerDay": 1.1,
            "TotalPayment": 1.1,
            "GrossBookingAmount": 1.1,
            "AdditionalGuestFees": 1.1,
            "AdministrativeFees": 1.1,
            "CleaningFees": 1.1,
            "Taxes": 1.1,
            "ServiceFees": 1.1,
            "Deductions": 1.1,
            "Refund": 1.1,
            "Adjustment": 1.1,
            "Discount": 1.1,
            "PerStayTax": 1.1
          },
          {
            "CheckInDate": "sample string 1",
            "CheckoutDate": "sample string 2",
            "CostPerDay": 1.1,
            "TotalPayment": 1.1,
            "GrossBookingAmount": 1.1,
            "AdditionalGuestFees": 1.1,
            "AdministrativeFees": 1.1,
            "CleaningFees": 1.1,
            "Taxes": 1.1,
            "ServiceFees": 1.1,
            "Deductions": 1.1,
            "Refund": 1.1,
            "Adjustment": 1.1,
            "Discount": 1.1,
            "PerStayTax": 1.1
          }
        ]
      },
      {
        "ReservationID": 1,
        "CustomerName": "sample string 2",
        "CustomerAmount": 1.1,
        "DateStayed": "sample string 3",
        "Vendor": "sample string 4",
        "childrennew": [
          {
            "CheckInDate": "sample string 1",
            "CheckoutDate": "sample string 2",
            "CostPerDay": 1.1,
            "TotalPayment": 1.1,
            "GrossBookingAmount": 1.1,
            "AdditionalGuestFees": 1.1,
            "AdministrativeFees": 1.1,
            "CleaningFees": 1.1,
            "Taxes": 1.1,
            "ServiceFees": 1.1,
            "Deductions": 1.1,
            "Refund": 1.1,
            "Adjustment": 1.1,
            "Discount": 1.1,
            "PerStayTax": 1.1
          },
          {
            "CheckInDate": "sample string 1",
            "CheckoutDate": "sample string 2",
            "CostPerDay": 1.1,
            "TotalPayment": 1.1,
            "GrossBookingAmount": 1.1,
            "AdditionalGuestFees": 1.1,
            "AdministrativeFees": 1.1,
            "CleaningFees": 1.1,
            "Taxes": 1.1,
            "ServiceFees": 1.1,
            "Deductions": 1.1,
            "Refund": 1.1,
            "Adjustment": 1.1,
            "Discount": 1.1,
            "PerStayTax": 1.1
          }
        ]
      }
    ],
    "FullAmount": 1.1
  },
  {
    "ReservationID": 1,
    "EntityID": 2,
    "EntityName": "sample string 3",
    "VendorID": 4,
    "VendorName": "sample string 5",
    "PropertyID": 1,
    "PropertyName": "sample string 6",
    "Amount": 1.1,
    "childern": [
      {
        "ReservationID": 1,
        "CustomerName": "sample string 2",
        "CustomerAmount": 1.1,
        "DateStayed": "sample string 3",
        "Vendor": "sample string 4",
        "childrennew": [
          {
            "CheckInDate": "sample string 1",
            "CheckoutDate": "sample string 2",
            "CostPerDay": 1.1,
            "TotalPayment": 1.1,
            "GrossBookingAmount": 1.1,
            "AdditionalGuestFees": 1.1,
            "AdministrativeFees": 1.1,
            "CleaningFees": 1.1,
            "Taxes": 1.1,
            "ServiceFees": 1.1,
            "Deductions": 1.1,
            "Refund": 1.1,
            "Adjustment": 1.1,
            "Discount": 1.1,
            "PerStayTax": 1.1
          },
          {
            "CheckInDate": "sample string 1",
            "CheckoutDate": "sample string 2",
            "CostPerDay": 1.1,
            "TotalPayment": 1.1,
            "GrossBookingAmount": 1.1,
            "AdditionalGuestFees": 1.1,
            "AdministrativeFees": 1.1,
            "CleaningFees": 1.1,
            "Taxes": 1.1,
            "ServiceFees": 1.1,
            "Deductions": 1.1,
            "Refund": 1.1,
            "Adjustment": 1.1,
            "Discount": 1.1,
            "PerStayTax": 1.1
          }
        ]
      },
      {
        "ReservationID": 1,
        "CustomerName": "sample string 2",
        "CustomerAmount": 1.1,
        "DateStayed": "sample string 3",
        "Vendor": "sample string 4",
        "childrennew": [
          {
            "CheckInDate": "sample string 1",
            "CheckoutDate": "sample string 2",
            "CostPerDay": 1.1,
            "TotalPayment": 1.1,
            "GrossBookingAmount": 1.1,
            "AdditionalGuestFees": 1.1,
            "AdministrativeFees": 1.1,
            "CleaningFees": 1.1,
            "Taxes": 1.1,
            "ServiceFees": 1.1,
            "Deductions": 1.1,
            "Refund": 1.1,
            "Adjustment": 1.1,
            "Discount": 1.1,
            "PerStayTax": 1.1
          },
          {
            "CheckInDate": "sample string 1",
            "CheckoutDate": "sample string 2",
            "CostPerDay": 1.1,
            "TotalPayment": 1.1,
            "GrossBookingAmount": 1.1,
            "AdditionalGuestFees": 1.1,
            "AdministrativeFees": 1.1,
            "CleaningFees": 1.1,
            "Taxes": 1.1,
            "ServiceFees": 1.1,
            "Deductions": 1.1,
            "Refund": 1.1,
            "Adjustment": 1.1,
            "Discount": 1.1,
            "PerStayTax": 1.1
          }
        ]
      }
    ],
    "FullAmount": 1.1
  }
]

application/xml, text/xml

Sample:
<ArrayOfExtraDataReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS.DTO">
  <ExtraDataReport>
    <Amount>1.1</Amount>
    <EntityID>2</EntityID>
    <EntityName>sample string 3</EntityName>
    <FullAmount>1.1</FullAmount>
    <PropertyID>1</PropertyID>
    <PropertyName>sample string 6</PropertyName>
    <ReservationID>1</ReservationID>
    <VendorID>4</VendorID>
    <VendorName>sample string 5</VendorName>
    <childern>
      <childern>
        <CustomerAmount>1.1</CustomerAmount>
        <CustomerName>sample string 2</CustomerName>
        <DateStayed>sample string 3</DateStayed>
        <ReservationID>1</ReservationID>
        <Vendor>sample string 4</Vendor>
        <childrennew>
          <childrennew>
            <AdditionalGuestFees>1.1</AdditionalGuestFees>
            <Adjustment>1.1</Adjustment>
            <AdministrativeFees>1.1</AdministrativeFees>
            <CheckInDate>sample string 1</CheckInDate>
            <CheckoutDate>sample string 2</CheckoutDate>
            <CleaningFees>1.1</CleaningFees>
            <CostPerDay>1.1</CostPerDay>
            <Deductions>1.1</Deductions>
            <Discount>1.1</Discount>
            <GrossBookingAmount>1.1</GrossBookingAmount>
            <PerStayTax>1.1</PerStayTax>
            <Refund>1.1</Refund>
            <ServiceFees>1.1</ServiceFees>
            <Taxes>1.1</Taxes>
            <TotalPayment>1.1</TotalPayment>
          </childrennew>
          <childrennew>
            <AdditionalGuestFees>1.1</AdditionalGuestFees>
            <Adjustment>1.1</Adjustment>
            <AdministrativeFees>1.1</AdministrativeFees>
            <CheckInDate>sample string 1</CheckInDate>
            <CheckoutDate>sample string 2</CheckoutDate>
            <CleaningFees>1.1</CleaningFees>
            <CostPerDay>1.1</CostPerDay>
            <Deductions>1.1</Deductions>
            <Discount>1.1</Discount>
            <GrossBookingAmount>1.1</GrossBookingAmount>
            <PerStayTax>1.1</PerStayTax>
            <Refund>1.1</Refund>
            <ServiceFees>1.1</ServiceFees>
            <Taxes>1.1</Taxes>
            <TotalPayment>1.1</TotalPayment>
          </childrennew>
        </childrennew>
      </childern>
      <childern>
        <CustomerAmount>1.1</CustomerAmount>
        <CustomerName>sample string 2</CustomerName>
        <DateStayed>sample string 3</DateStayed>
        <ReservationID>1</ReservationID>
        <Vendor>sample string 4</Vendor>
        <childrennew>
          <childrennew>
            <AdditionalGuestFees>1.1</AdditionalGuestFees>
            <Adjustment>1.1</Adjustment>
            <AdministrativeFees>1.1</AdministrativeFees>
            <CheckInDate>sample string 1</CheckInDate>
            <CheckoutDate>sample string 2</CheckoutDate>
            <CleaningFees>1.1</CleaningFees>
            <CostPerDay>1.1</CostPerDay>
            <Deductions>1.1</Deductions>
            <Discount>1.1</Discount>
            <GrossBookingAmount>1.1</GrossBookingAmount>
            <PerStayTax>1.1</PerStayTax>
            <Refund>1.1</Refund>
            <ServiceFees>1.1</ServiceFees>
            <Taxes>1.1</Taxes>
            <TotalPayment>1.1</TotalPayment>
          </childrennew>
          <childrennew>
            <AdditionalGuestFees>1.1</AdditionalGuestFees>
            <Adjustment>1.1</Adjustment>
            <AdministrativeFees>1.1</AdministrativeFees>
            <CheckInDate>sample string 1</CheckInDate>
            <CheckoutDate>sample string 2</CheckoutDate>
            <CleaningFees>1.1</CleaningFees>
            <CostPerDay>1.1</CostPerDay>
            <Deductions>1.1</Deductions>
            <Discount>1.1</Discount>
            <GrossBookingAmount>1.1</GrossBookingAmount>
            <PerStayTax>1.1</PerStayTax>
            <Refund>1.1</Refund>
            <ServiceFees>1.1</ServiceFees>
            <Taxes>1.1</Taxes>
            <TotalPayment>1.1</TotalPayment>
          </childrennew>
        </childrennew>
      </childern>
    </childern>
  </ExtraDataReport>
  <ExtraDataReport>
    <Amount>1.1</Amount>
    <EntityID>2</EntityID>
    <EntityName>sample string 3</EntityName>
    <FullAmount>1.1</FullAmount>
    <PropertyID>1</PropertyID>
    <PropertyName>sample string 6</PropertyName>
    <ReservationID>1</ReservationID>
    <VendorID>4</VendorID>
    <VendorName>sample string 5</VendorName>
    <childern>
      <childern>
        <CustomerAmount>1.1</CustomerAmount>
        <CustomerName>sample string 2</CustomerName>
        <DateStayed>sample string 3</DateStayed>
        <ReservationID>1</ReservationID>
        <Vendor>sample string 4</Vendor>
        <childrennew>
          <childrennew>
            <AdditionalGuestFees>1.1</AdditionalGuestFees>
            <Adjustment>1.1</Adjustment>
            <AdministrativeFees>1.1</AdministrativeFees>
            <CheckInDate>sample string 1</CheckInDate>
            <CheckoutDate>sample string 2</CheckoutDate>
            <CleaningFees>1.1</CleaningFees>
            <CostPerDay>1.1</CostPerDay>
            <Deductions>1.1</Deductions>
            <Discount>1.1</Discount>
            <GrossBookingAmount>1.1</GrossBookingAmount>
            <PerStayTax>1.1</PerStayTax>
            <Refund>1.1</Refund>
            <ServiceFees>1.1</ServiceFees>
            <Taxes>1.1</Taxes>
            <TotalPayment>1.1</TotalPayment>
          </childrennew>
          <childrennew>
            <AdditionalGuestFees>1.1</AdditionalGuestFees>
            <Adjustment>1.1</Adjustment>
            <AdministrativeFees>1.1</AdministrativeFees>
            <CheckInDate>sample string 1</CheckInDate>
            <CheckoutDate>sample string 2</CheckoutDate>
            <CleaningFees>1.1</CleaningFees>
            <CostPerDay>1.1</CostPerDay>
            <Deductions>1.1</Deductions>
            <Discount>1.1</Discount>
            <GrossBookingAmount>1.1</GrossBookingAmount>
            <PerStayTax>1.1</PerStayTax>
            <Refund>1.1</Refund>
            <ServiceFees>1.1</ServiceFees>
            <Taxes>1.1</Taxes>
            <TotalPayment>1.1</TotalPayment>
          </childrennew>
        </childrennew>
      </childern>
      <childern>
        <CustomerAmount>1.1</CustomerAmount>
        <CustomerName>sample string 2</CustomerName>
        <DateStayed>sample string 3</DateStayed>
        <ReservationID>1</ReservationID>
        <Vendor>sample string 4</Vendor>
        <childrennew>
          <childrennew>
            <AdditionalGuestFees>1.1</AdditionalGuestFees>
            <Adjustment>1.1</Adjustment>
            <AdministrativeFees>1.1</AdministrativeFees>
            <CheckInDate>sample string 1</CheckInDate>
            <CheckoutDate>sample string 2</CheckoutDate>
            <CleaningFees>1.1</CleaningFees>
            <CostPerDay>1.1</CostPerDay>
            <Deductions>1.1</Deductions>
            <Discount>1.1</Discount>
            <GrossBookingAmount>1.1</GrossBookingAmount>
            <PerStayTax>1.1</PerStayTax>
            <Refund>1.1</Refund>
            <ServiceFees>1.1</ServiceFees>
            <Taxes>1.1</Taxes>
            <TotalPayment>1.1</TotalPayment>
          </childrennew>
          <childrennew>
            <AdditionalGuestFees>1.1</AdditionalGuestFees>
            <Adjustment>1.1</Adjustment>
            <AdministrativeFees>1.1</AdministrativeFees>
            <CheckInDate>sample string 1</CheckInDate>
            <CheckoutDate>sample string 2</CheckoutDate>
            <CleaningFees>1.1</CleaningFees>
            <CostPerDay>1.1</CostPerDay>
            <Deductions>1.1</Deductions>
            <Discount>1.1</Discount>
            <GrossBookingAmount>1.1</GrossBookingAmount>
            <PerStayTax>1.1</PerStayTax>
            <Refund>1.1</Refund>
            <ServiceFees>1.1</ServiceFees>
            <Taxes>1.1</Taxes>
            <TotalPayment>1.1</TotalPayment>
          </childrennew>
        </childrennew>
      </childern>
    </childern>
  </ExtraDataReport>
</ArrayOfExtraDataReport>