GET api/PropertyManagerProperties?PropertyManagerId={PropertyManagerId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PropertyManagerId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Property
NameDescriptionTypeAdditional information
PropertyId

integer

None.

LegacyElectricPropertyId

integer

None.

LegacyWaterPropertyId

integer

None.

PropertyName

string

Max length: 200

City

string

Max length: 50

State

string

Max length: 2

ZIP

string

Max length: 10

CustomerInitiatedMoveIn

string

Max length: 1

CustomerInitiatedMoveOut

string

Max length: 1

LocatorInfo

string

Max length: 2000

DeveloperId

integer

None.

OwnerId

integer

None.

PropertyManagerId

integer

None.

TotalUnits

integer

None.

TotalSqFt

integer

None.

Status

string

Max length: 20

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

DeveloperName

string

None.

ElectricOwnerName

string

None.

WaterOwnerName

string

None.

PropertyManagerName

string

None.

Utilities

Collection of PropertyUtility

None.

GLCodes

Collection of PropertyGLCode

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PropertyId": 1,
    "LegacyElectricPropertyId": 1,
    "LegacyWaterPropertyId": 1,
    "PropertyName": "sample string 2",
    "City": "sample string 3",
    "State": "sample string 4",
    "ZIP": "sample string 5",
    "CustomerInitiatedMoveIn": "sample string 6",
    "CustomerInitiatedMoveOut": "sample string 7",
    "LocatorInfo": "sample string 8",
    "DeveloperId": 1,
    "OwnerId": 1,
    "PropertyManagerId": 1,
    "TotalUnits": 1,
    "TotalSqFt": 1,
    "Status": "sample string 9",
    "DateCreated": "2024-03-28T17:20:38.3928291+00:00",
    "DateUpdated": "2024-03-28T17:20:38.3928291+00:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "DeveloperName": "sample string 10",
    "ElectricOwnerName": "sample string 11",
    "WaterOwnerName": "sample string 12",
    "PropertyManagerName": "sample string 13",
    "Utilities": [
      {
        "PropertyUtilityId": 1,
        "PropertyId": 2,
        "OwnerId": 1,
        "UtilityId": 3,
        "BillingCycle": 1,
        "BillingType": "sample string 4",
        "SendFinalBills": "sample string 5",
        "RateCode": "sample string 6",
        "RateCodeDescription": "sample string 7",
        "ServiceFee": 1.0,
        "DistFee": 1.0,
        "CreditCardFee": 1.0,
        "SewerFee": 1.0,
        "StormFee": 1.0,
        "CleanRiverFee": 1.0,
        "ProcessingFee": 1.0,
        "Markup": 1.0,
        "HideServiceFee": "sample string 8",
        "VendorId": 1,
        "VendorAcctNum": "sample string 9",
        "GroupID": 1,
        "PrimaryMeter": "sample string 10",
        "PrimaryMeterAddr": "sample string 11",
        "SubMeter1": "sample string 12",
        "SubMeter1Addr": "sample string 13",
        "SubMeter2": "sample string 14",
        "SubMeter2Addr": "sample string 15",
        "LastBillDate": "2024-03-28T17:20:38.3928291+00:00",
        "ChargeOwnerVacants": "sample string 16",
        "SteppedRate": "sample string 17",
        "Disconnect": "sample string 18",
        "Active": "sample string 19",
        "DefaultUtilityRate": 1.0,
        "UtilCustomerCharge": 1.0,
        "UtilEnergyCharge": 1.1,
        "UtilRateMarkup": 1.1,
        "ContractRate": 1.1,
        "ServiceOutage": "sample string 20",
        "OutageReportedDate": "2024-03-28T17:20:38.3928291+00:00",
        "DateCreated": "2024-03-28T17:20:38.3928291+00:00",
        "DateUpdated": "2024-03-28T17:20:38.3928291+00:00",
        "CreatedBy": 1,
        "UpdatedBy": 1,
        "PropertyName": "sample string 21"
      },
      {
        "PropertyUtilityId": 1,
        "PropertyId": 2,
        "OwnerId": 1,
        "UtilityId": 3,
        "BillingCycle": 1,
        "BillingType": "sample string 4",
        "SendFinalBills": "sample string 5",
        "RateCode": "sample string 6",
        "RateCodeDescription": "sample string 7",
        "ServiceFee": 1.0,
        "DistFee": 1.0,
        "CreditCardFee": 1.0,
        "SewerFee": 1.0,
        "StormFee": 1.0,
        "CleanRiverFee": 1.0,
        "ProcessingFee": 1.0,
        "Markup": 1.0,
        "HideServiceFee": "sample string 8",
        "VendorId": 1,
        "VendorAcctNum": "sample string 9",
        "GroupID": 1,
        "PrimaryMeter": "sample string 10",
        "PrimaryMeterAddr": "sample string 11",
        "SubMeter1": "sample string 12",
        "SubMeter1Addr": "sample string 13",
        "SubMeter2": "sample string 14",
        "SubMeter2Addr": "sample string 15",
        "LastBillDate": "2024-03-28T17:20:38.3928291+00:00",
        "ChargeOwnerVacants": "sample string 16",
        "SteppedRate": "sample string 17",
        "Disconnect": "sample string 18",
        "Active": "sample string 19",
        "DefaultUtilityRate": 1.0,
        "UtilCustomerCharge": 1.0,
        "UtilEnergyCharge": 1.1,
        "UtilRateMarkup": 1.1,
        "ContractRate": 1.1,
        "ServiceOutage": "sample string 20",
        "OutageReportedDate": "2024-03-28T17:20:38.3928291+00:00",
        "DateCreated": "2024-03-28T17:20:38.3928291+00:00",
        "DateUpdated": "2024-03-28T17:20:38.3928291+00:00",
        "CreatedBy": 1,
        "UpdatedBy": 1,
        "PropertyName": "sample string 21"
      }
    ],
    "GLCodes": [
      {
        "RecordId": 1,
        "PropertyId": 2,
        "UtilityId": 3,
        "GLCode": "sample string 4",
        "GLDescription": "sample string 5"
      },
      {
        "RecordId": 1,
        "PropertyId": 2,
        "UtilityId": 3,
        "GLCode": "sample string 4",
        "GLDescription": "sample string 5"
      }
    ]
  },
  {
    "PropertyId": 1,
    "LegacyElectricPropertyId": 1,
    "LegacyWaterPropertyId": 1,
    "PropertyName": "sample string 2",
    "City": "sample string 3",
    "State": "sample string 4",
    "ZIP": "sample string 5",
    "CustomerInitiatedMoveIn": "sample string 6",
    "CustomerInitiatedMoveOut": "sample string 7",
    "LocatorInfo": "sample string 8",
    "DeveloperId": 1,
    "OwnerId": 1,
    "PropertyManagerId": 1,
    "TotalUnits": 1,
    "TotalSqFt": 1,
    "Status": "sample string 9",
    "DateCreated": "2024-03-28T17:20:38.3928291+00:00",
    "DateUpdated": "2024-03-28T17:20:38.3928291+00:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "DeveloperName": "sample string 10",
    "ElectricOwnerName": "sample string 11",
    "WaterOwnerName": "sample string 12",
    "PropertyManagerName": "sample string 13",
    "Utilities": [
      {
        "PropertyUtilityId": 1,
        "PropertyId": 2,
        "OwnerId": 1,
        "UtilityId": 3,
        "BillingCycle": 1,
        "BillingType": "sample string 4",
        "SendFinalBills": "sample string 5",
        "RateCode": "sample string 6",
        "RateCodeDescription": "sample string 7",
        "ServiceFee": 1.0,
        "DistFee": 1.0,
        "CreditCardFee": 1.0,
        "SewerFee": 1.0,
        "StormFee": 1.0,
        "CleanRiverFee": 1.0,
        "ProcessingFee": 1.0,
        "Markup": 1.0,
        "HideServiceFee": "sample string 8",
        "VendorId": 1,
        "VendorAcctNum": "sample string 9",
        "GroupID": 1,
        "PrimaryMeter": "sample string 10",
        "PrimaryMeterAddr": "sample string 11",
        "SubMeter1": "sample string 12",
        "SubMeter1Addr": "sample string 13",
        "SubMeter2": "sample string 14",
        "SubMeter2Addr": "sample string 15",
        "LastBillDate": "2024-03-28T17:20:38.3928291+00:00",
        "ChargeOwnerVacants": "sample string 16",
        "SteppedRate": "sample string 17",
        "Disconnect": "sample string 18",
        "Active": "sample string 19",
        "DefaultUtilityRate": 1.0,
        "UtilCustomerCharge": 1.0,
        "UtilEnergyCharge": 1.1,
        "UtilRateMarkup": 1.1,
        "ContractRate": 1.1,
        "ServiceOutage": "sample string 20",
        "OutageReportedDate": "2024-03-28T17:20:38.3928291+00:00",
        "DateCreated": "2024-03-28T17:20:38.3928291+00:00",
        "DateUpdated": "2024-03-28T17:20:38.3928291+00:00",
        "CreatedBy": 1,
        "UpdatedBy": 1,
        "PropertyName": "sample string 21"
      },
      {
        "PropertyUtilityId": 1,
        "PropertyId": 2,
        "OwnerId": 1,
        "UtilityId": 3,
        "BillingCycle": 1,
        "BillingType": "sample string 4",
        "SendFinalBills": "sample string 5",
        "RateCode": "sample string 6",
        "RateCodeDescription": "sample string 7",
        "ServiceFee": 1.0,
        "DistFee": 1.0,
        "CreditCardFee": 1.0,
        "SewerFee": 1.0,
        "StormFee": 1.0,
        "CleanRiverFee": 1.0,
        "ProcessingFee": 1.0,
        "Markup": 1.0,
        "HideServiceFee": "sample string 8",
        "VendorId": 1,
        "VendorAcctNum": "sample string 9",
        "GroupID": 1,
        "PrimaryMeter": "sample string 10",
        "PrimaryMeterAddr": "sample string 11",
        "SubMeter1": "sample string 12",
        "SubMeter1Addr": "sample string 13",
        "SubMeter2": "sample string 14",
        "SubMeter2Addr": "sample string 15",
        "LastBillDate": "2024-03-28T17:20:38.3928291+00:00",
        "ChargeOwnerVacants": "sample string 16",
        "SteppedRate": "sample string 17",
        "Disconnect": "sample string 18",
        "Active": "sample string 19",
        "DefaultUtilityRate": 1.0,
        "UtilCustomerCharge": 1.0,
        "UtilEnergyCharge": 1.1,
        "UtilRateMarkup": 1.1,
        "ContractRate": 1.1,
        "ServiceOutage": "sample string 20",
        "OutageReportedDate": "2024-03-28T17:20:38.3928291+00:00",
        "DateCreated": "2024-03-28T17:20:38.3928291+00:00",
        "DateUpdated": "2024-03-28T17:20:38.3928291+00:00",
        "CreatedBy": 1,
        "UpdatedBy": 1,
        "PropertyName": "sample string 21"
      }
    ],
    "GLCodes": [
      {
        "RecordId": 1,
        "PropertyId": 2,
        "UtilityId": 3,
        "GLCode": "sample string 4",
        "GLDescription": "sample string 5"
      },
      {
        "RecordId": 1,
        "PropertyId": 2,
        "UtilityId": 3,
        "GLCode": "sample string 4",
        "GLDescription": "sample string 5"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfProperty xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <Property>
    <City>sample string 3</City>
    <CreatedBy>1</CreatedBy>
    <CustomerInitiatedMoveIn>sample string 6</CustomerInitiatedMoveIn>
    <CustomerInitiatedMoveOut>sample string 7</CustomerInitiatedMoveOut>
    <DateCreated>2024-03-28T17:20:38.3928291+00:00</DateCreated>
    <DateUpdated>2024-03-28T17:20:38.3928291+00:00</DateUpdated>
    <DeveloperId>1</DeveloperId>
    <DeveloperName>sample string 10</DeveloperName>
    <ElectricOwnerName>sample string 11</ElectricOwnerName>
    <GLCodes>
      <PropertyGLCode>
        <GLCode>sample string 4</GLCode>
        <GLDescription>sample string 5</GLDescription>
        <PropertyId>2</PropertyId>
        <RecordId>1</RecordId>
        <UtilityId>3</UtilityId>
      </PropertyGLCode>
      <PropertyGLCode>
        <GLCode>sample string 4</GLCode>
        <GLDescription>sample string 5</GLDescription>
        <PropertyId>2</PropertyId>
        <RecordId>1</RecordId>
        <UtilityId>3</UtilityId>
      </PropertyGLCode>
    </GLCodes>
    <LegacyElectricPropertyId>1</LegacyElectricPropertyId>
    <LegacyWaterPropertyId>1</LegacyWaterPropertyId>
    <LocatorInfo>sample string 8</LocatorInfo>
    <OwnerId>1</OwnerId>
    <PropertyId>1</PropertyId>
    <PropertyManagerId>1</PropertyManagerId>
    <PropertyManagerName>sample string 13</PropertyManagerName>
    <PropertyName>sample string 2</PropertyName>
    <State>sample string 4</State>
    <Status>sample string 9</Status>
    <TotalSqFt>1</TotalSqFt>
    <TotalUnits>1</TotalUnits>
    <UpdatedBy>1</UpdatedBy>
    <Utilities>
      <PropertyUtility>
        <Active>sample string 19</Active>
        <BillingCycle>1</BillingCycle>
        <BillingType>sample string 4</BillingType>
        <ChargeOwnerVacants>sample string 16</ChargeOwnerVacants>
        <CleanRiverFee>1</CleanRiverFee>
        <ContractRate>1.1</ContractRate>
        <CreatedBy>1</CreatedBy>
        <CreditCardFee>1</CreditCardFee>
        <DateCreated>2024-03-28T17:20:38.3928291+00:00</DateCreated>
        <DateUpdated>2024-03-28T17:20:38.3928291+00:00</DateUpdated>
        <DefaultUtilityRate>1</DefaultUtilityRate>
        <Disconnect>sample string 18</Disconnect>
        <DistFee>1</DistFee>
        <GroupID>1</GroupID>
        <HideServiceFee>sample string 8</HideServiceFee>
        <LastBillDate>2024-03-28T17:20:38.3928291+00:00</LastBillDate>
        <Markup>1</Markup>
        <OutageReportedDate>2024-03-28T17:20:38.3928291+00:00</OutageReportedDate>
        <OwnerId>1</OwnerId>
        <PrimaryMeter>sample string 10</PrimaryMeter>
        <PrimaryMeterAddr>sample string 11</PrimaryMeterAddr>
        <ProcessingFee>1</ProcessingFee>
        <PropertyId>2</PropertyId>
        <PropertyName>sample string 21</PropertyName>
        <PropertyUtilityId>1</PropertyUtilityId>
        <RateCode>sample string 6</RateCode>
        <RateCodeDescription>sample string 7</RateCodeDescription>
        <SendFinalBills>sample string 5</SendFinalBills>
        <ServiceFee>1</ServiceFee>
        <ServiceOutage>sample string 20</ServiceOutage>
        <SewerFee>1</SewerFee>
        <SteppedRate>sample string 17</SteppedRate>
        <StormFee>1</StormFee>
        <SubMeter1>sample string 12</SubMeter1>
        <SubMeter1Addr>sample string 13</SubMeter1Addr>
        <SubMeter2>sample string 14</SubMeter2>
        <SubMeter2Addr>sample string 15</SubMeter2Addr>
        <UpdatedBy>1</UpdatedBy>
        <UtilCustomerCharge>1</UtilCustomerCharge>
        <UtilEnergyCharge>1.1</UtilEnergyCharge>
        <UtilRateMarkup>1.1</UtilRateMarkup>
        <UtilityId>3</UtilityId>
        <VendorAcctNum>sample string 9</VendorAcctNum>
        <VendorId>1</VendorId>
      </PropertyUtility>
      <PropertyUtility>
        <Active>sample string 19</Active>
        <BillingCycle>1</BillingCycle>
        <BillingType>sample string 4</BillingType>
        <ChargeOwnerVacants>sample string 16</ChargeOwnerVacants>
        <CleanRiverFee>1</CleanRiverFee>
        <ContractRate>1.1</ContractRate>
        <CreatedBy>1</CreatedBy>
        <CreditCardFee>1</CreditCardFee>
        <DateCreated>2024-03-28T17:20:38.3928291+00:00</DateCreated>
        <DateUpdated>2024-03-28T17:20:38.3928291+00:00</DateUpdated>
        <DefaultUtilityRate>1</DefaultUtilityRate>
        <Disconnect>sample string 18</Disconnect>
        <DistFee>1</DistFee>
        <GroupID>1</GroupID>
        <HideServiceFee>sample string 8</HideServiceFee>
        <LastBillDate>2024-03-28T17:20:38.3928291+00:00</LastBillDate>
        <Markup>1</Markup>
        <OutageReportedDate>2024-03-28T17:20:38.3928291+00:00</OutageReportedDate>
        <OwnerId>1</OwnerId>
        <PrimaryMeter>sample string 10</PrimaryMeter>
        <PrimaryMeterAddr>sample string 11</PrimaryMeterAddr>
        <ProcessingFee>1</ProcessingFee>
        <PropertyId>2</PropertyId>
        <PropertyName>sample string 21</PropertyName>
        <PropertyUtilityId>1</PropertyUtilityId>
        <RateCode>sample string 6</RateCode>
        <RateCodeDescription>sample string 7</RateCodeDescription>
        <SendFinalBills>sample string 5</SendFinalBills>
        <ServiceFee>1</ServiceFee>
        <ServiceOutage>sample string 20</ServiceOutage>
        <SewerFee>1</SewerFee>
        <SteppedRate>sample string 17</SteppedRate>
        <StormFee>1</StormFee>
        <SubMeter1>sample string 12</SubMeter1>
        <SubMeter1Addr>sample string 13</SubMeter1Addr>
        <SubMeter2>sample string 14</SubMeter2>
        <SubMeter2Addr>sample string 15</SubMeter2Addr>
        <UpdatedBy>1</UpdatedBy>
        <UtilCustomerCharge>1</UtilCustomerCharge>
        <UtilEnergyCharge>1.1</UtilEnergyCharge>
        <UtilRateMarkup>1.1</UtilRateMarkup>
        <UtilityId>3</UtilityId>
        <VendorAcctNum>sample string 9</VendorAcctNum>
        <VendorId>1</VendorId>
      </PropertyUtility>
    </Utilities>
    <WaterOwnerName>sample string 12</WaterOwnerName>
    <ZIP>sample string 5</ZIP>
  </Property>
  <Property>
    <City>sample string 3</City>
    <CreatedBy>1</CreatedBy>
    <CustomerInitiatedMoveIn>sample string 6</CustomerInitiatedMoveIn>
    <CustomerInitiatedMoveOut>sample string 7</CustomerInitiatedMoveOut>
    <DateCreated>2024-03-28T17:20:38.3928291+00:00</DateCreated>
    <DateUpdated>2024-03-28T17:20:38.3928291+00:00</DateUpdated>
    <DeveloperId>1</DeveloperId>
    <DeveloperName>sample string 10</DeveloperName>
    <ElectricOwnerName>sample string 11</ElectricOwnerName>
    <GLCodes>
      <PropertyGLCode>
        <GLCode>sample string 4</GLCode>
        <GLDescription>sample string 5</GLDescription>
        <PropertyId>2</PropertyId>
        <RecordId>1</RecordId>
        <UtilityId>3</UtilityId>
      </PropertyGLCode>
      <PropertyGLCode>
        <GLCode>sample string 4</GLCode>
        <GLDescription>sample string 5</GLDescription>
        <PropertyId>2</PropertyId>
        <RecordId>1</RecordId>
        <UtilityId>3</UtilityId>
      </PropertyGLCode>
    </GLCodes>
    <LegacyElectricPropertyId>1</LegacyElectricPropertyId>
    <LegacyWaterPropertyId>1</LegacyWaterPropertyId>
    <LocatorInfo>sample string 8</LocatorInfo>
    <OwnerId>1</OwnerId>
    <PropertyId>1</PropertyId>
    <PropertyManagerId>1</PropertyManagerId>
    <PropertyManagerName>sample string 13</PropertyManagerName>
    <PropertyName>sample string 2</PropertyName>
    <State>sample string 4</State>
    <Status>sample string 9</Status>
    <TotalSqFt>1</TotalSqFt>
    <TotalUnits>1</TotalUnits>
    <UpdatedBy>1</UpdatedBy>
    <Utilities>
      <PropertyUtility>
        <Active>sample string 19</Active>
        <BillingCycle>1</BillingCycle>
        <BillingType>sample string 4</BillingType>
        <ChargeOwnerVacants>sample string 16</ChargeOwnerVacants>
        <CleanRiverFee>1</CleanRiverFee>
        <ContractRate>1.1</ContractRate>
        <CreatedBy>1</CreatedBy>
        <CreditCardFee>1</CreditCardFee>
        <DateCreated>2024-03-28T17:20:38.3928291+00:00</DateCreated>
        <DateUpdated>2024-03-28T17:20:38.3928291+00:00</DateUpdated>
        <DefaultUtilityRate>1</DefaultUtilityRate>
        <Disconnect>sample string 18</Disconnect>
        <DistFee>1</DistFee>
        <GroupID>1</GroupID>
        <HideServiceFee>sample string 8</HideServiceFee>
        <LastBillDate>2024-03-28T17:20:38.3928291+00:00</LastBillDate>
        <Markup>1</Markup>
        <OutageReportedDate>2024-03-28T17:20:38.3928291+00:00</OutageReportedDate>
        <OwnerId>1</OwnerId>
        <PrimaryMeter>sample string 10</PrimaryMeter>
        <PrimaryMeterAddr>sample string 11</PrimaryMeterAddr>
        <ProcessingFee>1</ProcessingFee>
        <PropertyId>2</PropertyId>
        <PropertyName>sample string 21</PropertyName>
        <PropertyUtilityId>1</PropertyUtilityId>
        <RateCode>sample string 6</RateCode>
        <RateCodeDescription>sample string 7</RateCodeDescription>
        <SendFinalBills>sample string 5</SendFinalBills>
        <ServiceFee>1</ServiceFee>
        <ServiceOutage>sample string 20</ServiceOutage>
        <SewerFee>1</SewerFee>
        <SteppedRate>sample string 17</SteppedRate>
        <StormFee>1</StormFee>
        <SubMeter1>sample string 12</SubMeter1>
        <SubMeter1Addr>sample string 13</SubMeter1Addr>
        <SubMeter2>sample string 14</SubMeter2>
        <SubMeter2Addr>sample string 15</SubMeter2Addr>
        <UpdatedBy>1</UpdatedBy>
        <UtilCustomerCharge>1</UtilCustomerCharge>
        <UtilEnergyCharge>1.1</UtilEnergyCharge>
        <UtilRateMarkup>1.1</UtilRateMarkup>
        <UtilityId>3</UtilityId>
        <VendorAcctNum>sample string 9</VendorAcctNum>
        <VendorId>1</VendorId>
      </PropertyUtility>
      <PropertyUtility>
        <Active>sample string 19</Active>
        <BillingCycle>1</BillingCycle>
        <BillingType>sample string 4</BillingType>
        <ChargeOwnerVacants>sample string 16</ChargeOwnerVacants>
        <CleanRiverFee>1</CleanRiverFee>
        <ContractRate>1.1</ContractRate>
        <CreatedBy>1</CreatedBy>
        <CreditCardFee>1</CreditCardFee>
        <DateCreated>2024-03-28T17:20:38.3928291+00:00</DateCreated>
        <DateUpdated>2024-03-28T17:20:38.3928291+00:00</DateUpdated>
        <DefaultUtilityRate>1</DefaultUtilityRate>
        <Disconnect>sample string 18</Disconnect>
        <DistFee>1</DistFee>
        <GroupID>1</GroupID>
        <HideServiceFee>sample string 8</HideServiceFee>
        <LastBillDate>2024-03-28T17:20:38.3928291+00:00</LastBillDate>
        <Markup>1</Markup>
        <OutageReportedDate>2024-03-28T17:20:38.3928291+00:00</OutageReportedDate>
        <OwnerId>1</OwnerId>
        <PrimaryMeter>sample string 10</PrimaryMeter>
        <PrimaryMeterAddr>sample string 11</PrimaryMeterAddr>
        <ProcessingFee>1</ProcessingFee>
        <PropertyId>2</PropertyId>
        <PropertyName>sample string 21</PropertyName>
        <PropertyUtilityId>1</PropertyUtilityId>
        <RateCode>sample string 6</RateCode>
        <RateCodeDescription>sample string 7</RateCodeDescription>
        <SendFinalBills>sample string 5</SendFinalBills>
        <ServiceFee>1</ServiceFee>
        <ServiceOutage>sample string 20</ServiceOutage>
        <SewerFee>1</SewerFee>
        <SteppedRate>sample string 17</SteppedRate>
        <StormFee>1</StormFee>
        <SubMeter1>sample string 12</SubMeter1>
        <SubMeter1Addr>sample string 13</SubMeter1Addr>
        <SubMeter2>sample string 14</SubMeter2>
        <SubMeter2Addr>sample string 15</SubMeter2Addr>
        <UpdatedBy>1</UpdatedBy>
        <UtilCustomerCharge>1</UtilCustomerCharge>
        <UtilEnergyCharge>1.1</UtilEnergyCharge>
        <UtilRateMarkup>1.1</UtilRateMarkup>
        <UtilityId>3</UtilityId>
        <VendorAcctNum>sample string 9</VendorAcctNum>
        <VendorId>1</VendorId>
      </PropertyUtility>
    </Utilities>
    <WaterOwnerName>sample string 12</WaterOwnerName>
    <ZIP>sample string 5</ZIP>
  </Property>
</ArrayOfProperty>