GET api/PropertyManagerBills/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PropertyManagerBill
NameDescriptionTypeAdditional information
BillId

integer

None.

UtilityId

integer

None.

PropertyId

integer

None.

PropertyManagerId

integer

None.

ContactId

integer

None.

BillDate

date

None.

DueDate

date

None.

BillTotal

decimal number

None.

BillType

string

Max length: 50

SingleBill

string

Max length: 1

Posted

string

Max length: 1

Printed

string

Max length: 1

Emailed

string

Max length: 1

BillMessage

string

None.

VendorBillId

integer

None.

WorkBillId

integer

None.

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

PropertyName

string

None.

contact

Contact

None.

Items

Collection of PropertyManagerBillItem

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BillId": 1,
    "UtilityId": 2,
    "PropertyId": 1,
    "PropertyManagerId": 1,
    "ContactId": 3,
    "BillDate": "2024-04-02T14:05:34.6411072+00:00",
    "DueDate": "2024-04-02T14:05:34.6411072+00:00",
    "BillTotal": 4.0,
    "BillType": "sample string 5",
    "SingleBill": "sample string 6",
    "Posted": "sample string 7",
    "Printed": "sample string 8",
    "Emailed": "sample string 9",
    "BillMessage": "sample string 10",
    "VendorBillId": 11,
    "WorkBillId": 12,
    "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
    "DateUpdated": "2024-04-02T14:05:34.6411072+00:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "PropertyName": "sample string 13",
    "contact": {
      "ContactId": 1,
      "LoginId": 1,
      "FirstName": "sample string 2",
      "MiddleName": "sample string 3",
      "LastName": "sample string 4",
      "CompanyName": "sample string 5",
      "EmailAddress": "sample string 6",
      "Address1": "sample string 7",
      "Address2": "sample string 8",
      "City": "sample string 9",
      "State": "sample string 10",
      "ZIP": "sample string 11",
      "Phone1": "sample string 12",
      "Phone1Type": "sample string 13",
      "Phone2": "sample string 14",
      "Phone2Type": "sample string 15",
      "Status": "sample string 16",
      "Permissions": "sample string 17",
      "ContactType": "sample string 18",
      "ParentEntityId": 1,
      "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
      "DateUpdated": "2024-04-02T14:05:34.6411072+00:00",
      "CreatedBy": 1,
      "UpdatedBy": 1,
      "PropertyName": "sample string 19",
      "AccountNumber": "sample string 20",
      "UtilityId": 21,
      "AddLogin": true,
      "ContactAccounts": [
        {
          "RecordId": 1,
          "ContactId": 2,
          "AccountId": 3,
          "AccountNum": 4,
          "UtilityId": 5,
          "Status": "sample string 6",
          "UnitId": 7,
          "BeginDate": "2024-04-02T14:05:34.6411072+00:00",
          "EndDate": "2024-04-02T14:05:34.6411072+00:00",
          "FeesOnly": "sample string 8",
          "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
          "DateUpdated": "2024-04-02T14:05:34.6411072+00:00",
          "CreatedBy": 1,
          "UpdatedBy": 1,
          "MoveInPropertyManager": true
        },
        {
          "RecordId": 1,
          "ContactId": 2,
          "AccountId": 3,
          "AccountNum": 4,
          "UtilityId": 5,
          "Status": "sample string 6",
          "UnitId": 7,
          "BeginDate": "2024-04-02T14:05:34.6411072+00:00",
          "EndDate": "2024-04-02T14:05:34.6411072+00:00",
          "FeesOnly": "sample string 8",
          "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
          "DateUpdated": "2024-04-02T14:05:34.6411072+00:00",
          "CreatedBy": 1,
          "UpdatedBy": 1,
          "MoveInPropertyManager": true
        }
      ],
      "PropertyId": 23,
      "UnitId": 24,
      "CustomerType": 25,
      "MoveInDate": "2024-04-02T14:05:34.6411072+00:00"
    },
    "Items": [
      {
        "BillItemId": 1,
        "BillId": 1,
        "UtilityId": 1,
        "AccountNum": 1,
        "AccountBillId": 1,
        "UnitId": 1,
        "Meter1": "sample string 2",
        "Meter2": "sample string 3",
        "ServiceStartDate": "2024-04-02T14:05:34.6411072+00:00",
        "ServiceEndDate": "2024-04-02T14:05:34.6411072+00:00",
        "PreviousBalance": 4.0,
        "Usage": 1,
        "NewCharges": 5.0,
        "Fees": 6.0,
        "TotalAmountDue": 7.0,
        "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
        "DateUpdated": "2024-04-02T14:05:34.6567206+00:00",
        "CreatedBy": 10,
        "UpdatedBy": 11,
        "ServiceAddress": "sample string 12"
      },
      {
        "BillItemId": 1,
        "BillId": 1,
        "UtilityId": 1,
        "AccountNum": 1,
        "AccountBillId": 1,
        "UnitId": 1,
        "Meter1": "sample string 2",
        "Meter2": "sample string 3",
        "ServiceStartDate": "2024-04-02T14:05:34.6411072+00:00",
        "ServiceEndDate": "2024-04-02T14:05:34.6411072+00:00",
        "PreviousBalance": 4.0,
        "Usage": 1,
        "NewCharges": 5.0,
        "Fees": 6.0,
        "TotalAmountDue": 7.0,
        "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
        "DateUpdated": "2024-04-02T14:05:34.6567206+00:00",
        "CreatedBy": 10,
        "UpdatedBy": 11,
        "ServiceAddress": "sample string 12"
      }
    ]
  },
  {
    "BillId": 1,
    "UtilityId": 2,
    "PropertyId": 1,
    "PropertyManagerId": 1,
    "ContactId": 3,
    "BillDate": "2024-04-02T14:05:34.6411072+00:00",
    "DueDate": "2024-04-02T14:05:34.6411072+00:00",
    "BillTotal": 4.0,
    "BillType": "sample string 5",
    "SingleBill": "sample string 6",
    "Posted": "sample string 7",
    "Printed": "sample string 8",
    "Emailed": "sample string 9",
    "BillMessage": "sample string 10",
    "VendorBillId": 11,
    "WorkBillId": 12,
    "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
    "DateUpdated": "2024-04-02T14:05:34.6411072+00:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "PropertyName": "sample string 13",
    "contact": {
      "ContactId": 1,
      "LoginId": 1,
      "FirstName": "sample string 2",
      "MiddleName": "sample string 3",
      "LastName": "sample string 4",
      "CompanyName": "sample string 5",
      "EmailAddress": "sample string 6",
      "Address1": "sample string 7",
      "Address2": "sample string 8",
      "City": "sample string 9",
      "State": "sample string 10",
      "ZIP": "sample string 11",
      "Phone1": "sample string 12",
      "Phone1Type": "sample string 13",
      "Phone2": "sample string 14",
      "Phone2Type": "sample string 15",
      "Status": "sample string 16",
      "Permissions": "sample string 17",
      "ContactType": "sample string 18",
      "ParentEntityId": 1,
      "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
      "DateUpdated": "2024-04-02T14:05:34.6411072+00:00",
      "CreatedBy": 1,
      "UpdatedBy": 1,
      "PropertyName": "sample string 19",
      "AccountNumber": "sample string 20",
      "UtilityId": 21,
      "AddLogin": true,
      "ContactAccounts": [
        {
          "RecordId": 1,
          "ContactId": 2,
          "AccountId": 3,
          "AccountNum": 4,
          "UtilityId": 5,
          "Status": "sample string 6",
          "UnitId": 7,
          "BeginDate": "2024-04-02T14:05:34.6411072+00:00",
          "EndDate": "2024-04-02T14:05:34.6411072+00:00",
          "FeesOnly": "sample string 8",
          "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
          "DateUpdated": "2024-04-02T14:05:34.6411072+00:00",
          "CreatedBy": 1,
          "UpdatedBy": 1,
          "MoveInPropertyManager": true
        },
        {
          "RecordId": 1,
          "ContactId": 2,
          "AccountId": 3,
          "AccountNum": 4,
          "UtilityId": 5,
          "Status": "sample string 6",
          "UnitId": 7,
          "BeginDate": "2024-04-02T14:05:34.6411072+00:00",
          "EndDate": "2024-04-02T14:05:34.6411072+00:00",
          "FeesOnly": "sample string 8",
          "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
          "DateUpdated": "2024-04-02T14:05:34.6411072+00:00",
          "CreatedBy": 1,
          "UpdatedBy": 1,
          "MoveInPropertyManager": true
        }
      ],
      "PropertyId": 23,
      "UnitId": 24,
      "CustomerType": 25,
      "MoveInDate": "2024-04-02T14:05:34.6411072+00:00"
    },
    "Items": [
      {
        "BillItemId": 1,
        "BillId": 1,
        "UtilityId": 1,
        "AccountNum": 1,
        "AccountBillId": 1,
        "UnitId": 1,
        "Meter1": "sample string 2",
        "Meter2": "sample string 3",
        "ServiceStartDate": "2024-04-02T14:05:34.6411072+00:00",
        "ServiceEndDate": "2024-04-02T14:05:34.6411072+00:00",
        "PreviousBalance": 4.0,
        "Usage": 1,
        "NewCharges": 5.0,
        "Fees": 6.0,
        "TotalAmountDue": 7.0,
        "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
        "DateUpdated": "2024-04-02T14:05:34.6567206+00:00",
        "CreatedBy": 10,
        "UpdatedBy": 11,
        "ServiceAddress": "sample string 12"
      },
      {
        "BillItemId": 1,
        "BillId": 1,
        "UtilityId": 1,
        "AccountNum": 1,
        "AccountBillId": 1,
        "UnitId": 1,
        "Meter1": "sample string 2",
        "Meter2": "sample string 3",
        "ServiceStartDate": "2024-04-02T14:05:34.6411072+00:00",
        "ServiceEndDate": "2024-04-02T14:05:34.6411072+00:00",
        "PreviousBalance": 4.0,
        "Usage": 1,
        "NewCharges": 5.0,
        "Fees": 6.0,
        "TotalAmountDue": 7.0,
        "DateCreated": "2024-04-02T14:05:34.6411072+00:00",
        "DateUpdated": "2024-04-02T14:05:34.6567206+00:00",
        "CreatedBy": 10,
        "UpdatedBy": 11,
        "ServiceAddress": "sample string 12"
      }
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfPropertyManagerBill xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <PropertyManagerBill>
    <BillDate>2024-04-02T14:05:34.6411072+00:00</BillDate>
    <BillId>1</BillId>
    <BillMessage>sample string 10</BillMessage>
    <BillTotal>4</BillTotal>
    <BillType>sample string 5</BillType>
    <ContactId>3</ContactId>
    <CreatedBy>1</CreatedBy>
    <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
    <DateUpdated>2024-04-02T14:05:34.6411072+00:00</DateUpdated>
    <DueDate>2024-04-02T14:05:34.6411072+00:00</DueDate>
    <Emailed>sample string 9</Emailed>
    <Items>
      <PropertyManagerBillItem>
        <AccountBillId>1</AccountBillId>
        <AccountNum>1</AccountNum>
        <BillId>1</BillId>
        <BillItemId>1</BillItemId>
        <CreatedBy>10</CreatedBy>
        <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
        <DateUpdated>2024-04-02T14:05:34.6567206+00:00</DateUpdated>
        <Fees>6</Fees>
        <Meter1>sample string 2</Meter1>
        <Meter2>sample string 3</Meter2>
        <NewCharges>5</NewCharges>
        <PreviousBalance>4</PreviousBalance>
        <ServiceAddress>sample string 12</ServiceAddress>
        <ServiceEndDate>2024-04-02T14:05:34.6411072+00:00</ServiceEndDate>
        <ServiceStartDate>2024-04-02T14:05:34.6411072+00:00</ServiceStartDate>
        <TotalAmountDue>7</TotalAmountDue>
        <UnitId>1</UnitId>
        <UpdatedBy>11</UpdatedBy>
        <Usage>1</Usage>
        <UtilityId>1</UtilityId>
      </PropertyManagerBillItem>
      <PropertyManagerBillItem>
        <AccountBillId>1</AccountBillId>
        <AccountNum>1</AccountNum>
        <BillId>1</BillId>
        <BillItemId>1</BillItemId>
        <CreatedBy>10</CreatedBy>
        <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
        <DateUpdated>2024-04-02T14:05:34.6567206+00:00</DateUpdated>
        <Fees>6</Fees>
        <Meter1>sample string 2</Meter1>
        <Meter2>sample string 3</Meter2>
        <NewCharges>5</NewCharges>
        <PreviousBalance>4</PreviousBalance>
        <ServiceAddress>sample string 12</ServiceAddress>
        <ServiceEndDate>2024-04-02T14:05:34.6411072+00:00</ServiceEndDate>
        <ServiceStartDate>2024-04-02T14:05:34.6411072+00:00</ServiceStartDate>
        <TotalAmountDue>7</TotalAmountDue>
        <UnitId>1</UnitId>
        <UpdatedBy>11</UpdatedBy>
        <Usage>1</Usage>
        <UtilityId>1</UtilityId>
      </PropertyManagerBillItem>
    </Items>
    <Posted>sample string 7</Posted>
    <Printed>sample string 8</Printed>
    <PropertyId>1</PropertyId>
    <PropertyManagerId>1</PropertyManagerId>
    <PropertyName>sample string 13</PropertyName>
    <SingleBill>sample string 6</SingleBill>
    <UpdatedBy>1</UpdatedBy>
    <UtilityId>2</UtilityId>
    <VendorBillId>11</VendorBillId>
    <WorkBillId>12</WorkBillId>
    <contact>
      <AccountNumber>sample string 20</AccountNumber>
      <AddLogin>true</AddLogin>
      <Address1>sample string 7</Address1>
      <Address2>sample string 8</Address2>
      <City>sample string 9</City>
      <CompanyName>sample string 5</CompanyName>
      <ContactAccounts>
        <ContactAccount>
          <AccountId>3</AccountId>
          <AccountNum>4</AccountNum>
          <BeginDate>2024-04-02T14:05:34.6411072+00:00</BeginDate>
          <ContactId>2</ContactId>
          <CreatedBy>1</CreatedBy>
          <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
          <DateUpdated>2024-04-02T14:05:34.6411072+00:00</DateUpdated>
          <EndDate>2024-04-02T14:05:34.6411072+00:00</EndDate>
          <FeesOnly>sample string 8</FeesOnly>
          <MoveInPropertyManager>true</MoveInPropertyManager>
          <RecordId>1</RecordId>
          <Status>sample string 6</Status>
          <UnitId>7</UnitId>
          <UpdatedBy>1</UpdatedBy>
          <UtilityId>5</UtilityId>
        </ContactAccount>
        <ContactAccount>
          <AccountId>3</AccountId>
          <AccountNum>4</AccountNum>
          <BeginDate>2024-04-02T14:05:34.6411072+00:00</BeginDate>
          <ContactId>2</ContactId>
          <CreatedBy>1</CreatedBy>
          <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
          <DateUpdated>2024-04-02T14:05:34.6411072+00:00</DateUpdated>
          <EndDate>2024-04-02T14:05:34.6411072+00:00</EndDate>
          <FeesOnly>sample string 8</FeesOnly>
          <MoveInPropertyManager>true</MoveInPropertyManager>
          <RecordId>1</RecordId>
          <Status>sample string 6</Status>
          <UnitId>7</UnitId>
          <UpdatedBy>1</UpdatedBy>
          <UtilityId>5</UtilityId>
        </ContactAccount>
      </ContactAccounts>
      <ContactId>1</ContactId>
      <ContactType>sample string 18</ContactType>
      <CreatedBy>1</CreatedBy>
      <CustomerType>25</CustomerType>
      <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
      <DateUpdated>2024-04-02T14:05:34.6411072+00:00</DateUpdated>
      <EmailAddress>sample string 6</EmailAddress>
      <FirstName>sample string 2</FirstName>
      <LastName>sample string 4</LastName>
      <LoginId>1</LoginId>
      <MiddleName>sample string 3</MiddleName>
      <MoveInDate>2024-04-02T14:05:34.6411072+00:00</MoveInDate>
      <ParentEntityId>1</ParentEntityId>
      <Permissions>sample string 17</Permissions>
      <Phone1>sample string 12</Phone1>
      <Phone1Type>sample string 13</Phone1Type>
      <Phone2>sample string 14</Phone2>
      <Phone2Type>sample string 15</Phone2Type>
      <PropertyId>23</PropertyId>
      <PropertyName>sample string 19</PropertyName>
      <State>sample string 10</State>
      <Status>sample string 16</Status>
      <UnitId>24</UnitId>
      <UpdatedBy>1</UpdatedBy>
      <UtilityId>21</UtilityId>
      <ZIP>sample string 11</ZIP>
    </contact>
  </PropertyManagerBill>
  <PropertyManagerBill>
    <BillDate>2024-04-02T14:05:34.6411072+00:00</BillDate>
    <BillId>1</BillId>
    <BillMessage>sample string 10</BillMessage>
    <BillTotal>4</BillTotal>
    <BillType>sample string 5</BillType>
    <ContactId>3</ContactId>
    <CreatedBy>1</CreatedBy>
    <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
    <DateUpdated>2024-04-02T14:05:34.6411072+00:00</DateUpdated>
    <DueDate>2024-04-02T14:05:34.6411072+00:00</DueDate>
    <Emailed>sample string 9</Emailed>
    <Items>
      <PropertyManagerBillItem>
        <AccountBillId>1</AccountBillId>
        <AccountNum>1</AccountNum>
        <BillId>1</BillId>
        <BillItemId>1</BillItemId>
        <CreatedBy>10</CreatedBy>
        <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
        <DateUpdated>2024-04-02T14:05:34.6567206+00:00</DateUpdated>
        <Fees>6</Fees>
        <Meter1>sample string 2</Meter1>
        <Meter2>sample string 3</Meter2>
        <NewCharges>5</NewCharges>
        <PreviousBalance>4</PreviousBalance>
        <ServiceAddress>sample string 12</ServiceAddress>
        <ServiceEndDate>2024-04-02T14:05:34.6411072+00:00</ServiceEndDate>
        <ServiceStartDate>2024-04-02T14:05:34.6411072+00:00</ServiceStartDate>
        <TotalAmountDue>7</TotalAmountDue>
        <UnitId>1</UnitId>
        <UpdatedBy>11</UpdatedBy>
        <Usage>1</Usage>
        <UtilityId>1</UtilityId>
      </PropertyManagerBillItem>
      <PropertyManagerBillItem>
        <AccountBillId>1</AccountBillId>
        <AccountNum>1</AccountNum>
        <BillId>1</BillId>
        <BillItemId>1</BillItemId>
        <CreatedBy>10</CreatedBy>
        <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
        <DateUpdated>2024-04-02T14:05:34.6567206+00:00</DateUpdated>
        <Fees>6</Fees>
        <Meter1>sample string 2</Meter1>
        <Meter2>sample string 3</Meter2>
        <NewCharges>5</NewCharges>
        <PreviousBalance>4</PreviousBalance>
        <ServiceAddress>sample string 12</ServiceAddress>
        <ServiceEndDate>2024-04-02T14:05:34.6411072+00:00</ServiceEndDate>
        <ServiceStartDate>2024-04-02T14:05:34.6411072+00:00</ServiceStartDate>
        <TotalAmountDue>7</TotalAmountDue>
        <UnitId>1</UnitId>
        <UpdatedBy>11</UpdatedBy>
        <Usage>1</Usage>
        <UtilityId>1</UtilityId>
      </PropertyManagerBillItem>
    </Items>
    <Posted>sample string 7</Posted>
    <Printed>sample string 8</Printed>
    <PropertyId>1</PropertyId>
    <PropertyManagerId>1</PropertyManagerId>
    <PropertyName>sample string 13</PropertyName>
    <SingleBill>sample string 6</SingleBill>
    <UpdatedBy>1</UpdatedBy>
    <UtilityId>2</UtilityId>
    <VendorBillId>11</VendorBillId>
    <WorkBillId>12</WorkBillId>
    <contact>
      <AccountNumber>sample string 20</AccountNumber>
      <AddLogin>true</AddLogin>
      <Address1>sample string 7</Address1>
      <Address2>sample string 8</Address2>
      <City>sample string 9</City>
      <CompanyName>sample string 5</CompanyName>
      <ContactAccounts>
        <ContactAccount>
          <AccountId>3</AccountId>
          <AccountNum>4</AccountNum>
          <BeginDate>2024-04-02T14:05:34.6411072+00:00</BeginDate>
          <ContactId>2</ContactId>
          <CreatedBy>1</CreatedBy>
          <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
          <DateUpdated>2024-04-02T14:05:34.6411072+00:00</DateUpdated>
          <EndDate>2024-04-02T14:05:34.6411072+00:00</EndDate>
          <FeesOnly>sample string 8</FeesOnly>
          <MoveInPropertyManager>true</MoveInPropertyManager>
          <RecordId>1</RecordId>
          <Status>sample string 6</Status>
          <UnitId>7</UnitId>
          <UpdatedBy>1</UpdatedBy>
          <UtilityId>5</UtilityId>
        </ContactAccount>
        <ContactAccount>
          <AccountId>3</AccountId>
          <AccountNum>4</AccountNum>
          <BeginDate>2024-04-02T14:05:34.6411072+00:00</BeginDate>
          <ContactId>2</ContactId>
          <CreatedBy>1</CreatedBy>
          <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
          <DateUpdated>2024-04-02T14:05:34.6411072+00:00</DateUpdated>
          <EndDate>2024-04-02T14:05:34.6411072+00:00</EndDate>
          <FeesOnly>sample string 8</FeesOnly>
          <MoveInPropertyManager>true</MoveInPropertyManager>
          <RecordId>1</RecordId>
          <Status>sample string 6</Status>
          <UnitId>7</UnitId>
          <UpdatedBy>1</UpdatedBy>
          <UtilityId>5</UtilityId>
        </ContactAccount>
      </ContactAccounts>
      <ContactId>1</ContactId>
      <ContactType>sample string 18</ContactType>
      <CreatedBy>1</CreatedBy>
      <CustomerType>25</CustomerType>
      <DateCreated>2024-04-02T14:05:34.6411072+00:00</DateCreated>
      <DateUpdated>2024-04-02T14:05:34.6411072+00:00</DateUpdated>
      <EmailAddress>sample string 6</EmailAddress>
      <FirstName>sample string 2</FirstName>
      <LastName>sample string 4</LastName>
      <LoginId>1</LoginId>
      <MiddleName>sample string 3</MiddleName>
      <MoveInDate>2024-04-02T14:05:34.6411072+00:00</MoveInDate>
      <ParentEntityId>1</ParentEntityId>
      <Permissions>sample string 17</Permissions>
      <Phone1>sample string 12</Phone1>
      <Phone1Type>sample string 13</Phone1Type>
      <Phone2>sample string 14</Phone2>
      <Phone2Type>sample string 15</Phone2Type>
      <PropertyId>23</PropertyId>
      <PropertyName>sample string 19</PropertyName>
      <State>sample string 10</State>
      <Status>sample string 16</Status>
      <UnitId>24</UnitId>
      <UpdatedBy>1</UpdatedBy>
      <UtilityId>21</UtilityId>
      <ZIP>sample string 11</ZIP>
    </contact>
  </PropertyManagerBill>
</ArrayOfPropertyManagerBill>