POST api/PIMS/GenerateMonthlyAllPropertyReport

Request Information

URI Parameters

None.

Body Parameters

GenerateReportReq
NameDescriptionTypeAdditional information
PropertyID

integer

None.

FromDate

string

None.

ToDate

string

None.

ReportType

string

None.

TimeOffset

integer

None.

Vendor

integer

None.

Entity

integer

None.

Maid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "PropertyID": 1,
  "FromDate": "sample string 2",
  "ToDate": "sample string 3",
  "ReportType": "sample string 4",
  "TimeOffset": 5,
  "Vendor": 6,
  "Entity": 7,
  "Maid": 8
}

application/xml, text/xml

Sample:
<GenerateReportReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS.DTO">
  <Entity>7</Entity>
  <FromDate>sample string 2</FromDate>
  <Maid>8</Maid>
  <PropertyID>1</PropertyID>
  <ReportType>sample string 4</ReportType>
  <TimeOffset>5</TimeOffset>
  <ToDate>sample string 3</ToDate>
  <Vendor>6</Vendor>
</GenerateReportReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

PropertyMonthsReportData
NameDescriptionTypeAdditional information
January

Collection of PropertyMonthlyExcel

None.

February

Collection of PropertyMonthlyExcel

None.

March

Collection of PropertyMonthlyExcel

None.

April

Collection of PropertyMonthlyExcel

None.

May

Collection of PropertyMonthlyExcel

None.

June

Collection of PropertyMonthlyExcel

None.

July

Collection of PropertyMonthlyExcel

None.

August

Collection of PropertyMonthlyExcel

None.

September

Collection of PropertyMonthlyExcel

None.

October

Collection of PropertyMonthlyExcel

None.

November

Collection of PropertyMonthlyExcel

None.

December

Collection of PropertyMonthlyExcel

None.

Response Formats

application/json, text/json

Sample:
{
  "January": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "February": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "March": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "April": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "May": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "June": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "July": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "August": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "September": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "October": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "November": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ],
  "December": [
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    },
    {
      "Property": "sample string 1",
      "DateIn": "sample string 2",
      "DateOut": "sample string 3",
      "Name": "sample string 4",
      "GrossBookingAmount": 1.1,
      "AdditionalGuestFee": 1.1,
      "AdministrativeFees": 1.1,
      "ServiceFees": 1.1,
      "Taxes": 1.1,
      "CleaningFees": 1.1,
      "Refund": 1.1,
      "Adjustments": 1.1,
      "Deductions": 1.1,
      "Paid": 1.1,
      "electricity": 5.1,
      "water": 6.1,
      "gas": 7.1,
      "cable": 8.1,
      "yardMaintenanace": 9.1,
      "UtilityTotal": 10.1
    }
  ]
}

application/xml, text/xml

Sample:
<PropertyMonthsReportData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PIMS.DTO">
  <April>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </April>
  <August>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </August>
  <December>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </December>
  <February>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </February>
  <January>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </January>
  <July>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </July>
  <June>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </June>
  <March>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </March>
  <May>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </May>
  <November>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </November>
  <October>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </October>
  <September>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
    <PropertyMonthlyExcel>
      <AdditionalGuestFee>1.1</AdditionalGuestFee>
      <Adjustments>1.1</Adjustments>
      <AdministrativeFees>1.1</AdministrativeFees>
      <CleaningFees>1.1</CleaningFees>
      <DateIn>sample string 2</DateIn>
      <DateOut>sample string 3</DateOut>
      <Deductions>1.1</Deductions>
      <GrossBookingAmount>1.1</GrossBookingAmount>
      <Name>sample string 4</Name>
      <Paid>1.1</Paid>
      <Property>sample string 1</Property>
      <Refund>1.1</Refund>
      <ServiceFees>1.1</ServiceFees>
      <Taxes>1.1</Taxes>
      <UtilityTotal>10.1</UtilityTotal>
      <cable>8.1</cable>
      <electricity>5.1</electricity>
      <gas>7.1</gas>
      <water>6.1</water>
      <yardMaintenanace>9.1</yardMaintenanace>
    </PropertyMonthlyExcel>
  </September>
</PropertyMonthsReportData>