GET api/AccountBills?AccountNum={AccountNum}&UtilityId={UtilityId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
AccountNum

integer

Required

UtilityId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of AccountBill
NameDescriptionTypeAdditional information
BillId

integer

None.

LegacyBillId

integer

None.

UtilityId

integer

None.

PropertyId

integer

None.

UnitId

integer

None.

AccountNum

integer

None.

BillDate

date

None.

DueDate

date

None.

ServiceStartDate

date

None.

ServiceEndDate

date

None.

Usage

integer

None.

PreviousBalance

decimal number

None.

PaymentsAndCredits

decimal number

None.

BalanceForward

decimal number

None.

NewCharges

decimal number

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.

IsCustomMessage

string

Max length: 1

NextReadDate

date

None.

DefaultUtilityRate

decimal number

None.

VendorBillId

integer

None.

WorkBillId

integer

None.

DisconnectId

integer

None.

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

Deleted

string

Max length: 1

DateDeleted

date

None.

BillItems

Collection of AccountBillItem

None.

CustomerName

string

None.

PropertyName

string

None.

Address

string

None.

MeterReads

string

None.

CntPayments

integer

None.

CurrentReadERTNum

string

None.

CurrentReadAmt

integer

None.

CurrentReadType

string

None.

CurrentReadERTNum2

string

None.

CurrentReadAmt2

integer

None.

CurrentReadType2

string

None.

AmtPaid

decimal number

None.

AccountBalance

decimal number

None.

ContactId

integer

None.

PropertyManagerId

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BillId": 1,
    "LegacyBillId": 2,
    "UtilityId": 3,
    "PropertyId": 1,
    "UnitId": 1,
    "AccountNum": 4,
    "BillDate": "2024-03-28T16:29:56.5401881+00:00",
    "DueDate": "2024-03-28T16:29:56.5401881+00:00",
    "ServiceStartDate": "2024-03-28T16:29:56.5401881+00:00",
    "ServiceEndDate": "2024-03-28T16:29:56.5401881+00:00",
    "Usage": 1,
    "PreviousBalance": 1.0,
    "PaymentsAndCredits": 1.0,
    "BalanceForward": 1.0,
    "NewCharges": 1.0,
    "BillTotal": 5.0,
    "BillType": "sample string 6",
    "SingleBill": "sample string 7",
    "Posted": "sample string 8",
    "Printed": "sample string 9",
    "Emailed": "sample string 10",
    "BillMessage": "sample string 11",
    "IsCustomMessage": "sample string 12",
    "NextReadDate": "2024-03-28T16:29:56.5401881+00:00",
    "DefaultUtilityRate": 13.0,
    "VendorBillId": 14,
    "WorkBillId": 15,
    "DisconnectId": 16,
    "DateCreated": "2024-03-28T16:29:56.5401881+00:00",
    "DateUpdated": "2024-03-28T16:29:56.5401881+00:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "Deleted": "sample string 17",
    "DateDeleted": "2024-03-28T16:29:56.5401881+00:00",
    "BillItems": [
      {
        "BillItemId": 1,
        "LegacyBillItemId": 1,
        "BillId": 1,
        "UtilityId": 1,
        "AccountNum": 1,
        "ItemDesc": "sample string 2",
        "Rate": 3.0,
        "Qty": 4.0,
        "ItemTotal": 5.0,
        "AmtPaid": 1.0,
        "RateCode": "sample string 6",
        "Notes": "sample string 7",
        "GLCode": "sample string 8",
        "Posted": "sample string 9",
        "PostingDate": "2024-03-28T16:29:56.5401881+00:00",
        "WorkBillItemId": 1,
        "MeterId": 1,
        "ReadId": 10,
        "ReadDate": "2024-03-28T16:29:56.5401881+00:00",
        "CurrRead": 11.1,
        "ReadType": "sample string 12",
        "PrevReadId": 13,
        "PrevReadDate": "2024-03-28T16:29:56.5401881+00:00",
        "PrevRead": 14.1,
        "PrevReadType": "sample string 15",
        "Markup": 1.0,
        "UtilCustomerCharge": 1.0,
        "UtilEnergyCharge": 1.1,
        "UtilGenerationTotal": 1.0,
        "UtilTransmissionTotal": 1.0,
        "UtilDistributionTotal": 1.0,
        "UtilRidersTotal": 1.0,
        "UtilRateTotal": 1.0,
        "UtilRateKWH": 1.0,
        "UtilRateMarkup": 1.1,
        "DateCreated": "2024-03-28T16:29:56.5401881+00:00",
        "DateUpdated": "2024-03-28T16:29:56.5401881+00:00",
        "CreatedBy": 18,
        "UpdatedBy": 19,
        "Deleted": "sample string 20",
        "DateDeleted": "2024-03-28T16:29:56.5401881+00:00"
      },
      {
        "BillItemId": 1,
        "LegacyBillItemId": 1,
        "BillId": 1,
        "UtilityId": 1,
        "AccountNum": 1,
        "ItemDesc": "sample string 2",
        "Rate": 3.0,
        "Qty": 4.0,
        "ItemTotal": 5.0,
        "AmtPaid": 1.0,
        "RateCode": "sample string 6",
        "Notes": "sample string 7",
        "GLCode": "sample string 8",
        "Posted": "sample string 9",
        "PostingDate": "2024-03-28T16:29:56.5401881+00:00",
        "WorkBillItemId": 1,
        "MeterId": 1,
        "ReadId": 10,
        "ReadDate": "2024-03-28T16:29:56.5401881+00:00",
        "CurrRead": 11.1,
        "ReadType": "sample string 12",
        "PrevReadId": 13,
        "PrevReadDate": "2024-03-28T16:29:56.5401881+00:00",
        "PrevRead": 14.1,
        "PrevReadType": "sample string 15",
        "Markup": 1.0,
        "UtilCustomerCharge": 1.0,
        "UtilEnergyCharge": 1.1,
        "UtilGenerationTotal": 1.0,
        "UtilTransmissionTotal": 1.0,
        "UtilDistributionTotal": 1.0,
        "UtilRidersTotal": 1.0,
        "UtilRateTotal": 1.0,
        "UtilRateKWH": 1.0,
        "UtilRateMarkup": 1.1,
        "DateCreated": "2024-03-28T16:29:56.5401881+00:00",
        "DateUpdated": "2024-03-28T16:29:56.5401881+00:00",
        "CreatedBy": 18,
        "UpdatedBy": 19,
        "Deleted": "sample string 20",
        "DateDeleted": "2024-03-28T16:29:56.5401881+00:00"
      }
    ],
    "CustomerName": "sample string 18",
    "PropertyName": "sample string 19",
    "Address": "sample string 20",
    "MeterReads": "sample string 21",
    "CntPayments": 22,
    "CurrentReadERTNum": "sample string 23",
    "CurrentReadAmt": 24,
    "CurrentReadType": "sample string 25",
    "CurrentReadERTNum2": "sample string 26",
    "CurrentReadAmt2": 27,
    "CurrentReadType2": "sample string 28",
    "AmtPaid": 29.0,
    "AccountBalance": 30.0,
    "ContactId": 31,
    "PropertyManagerId": 32
  },
  {
    "BillId": 1,
    "LegacyBillId": 2,
    "UtilityId": 3,
    "PropertyId": 1,
    "UnitId": 1,
    "AccountNum": 4,
    "BillDate": "2024-03-28T16:29:56.5401881+00:00",
    "DueDate": "2024-03-28T16:29:56.5401881+00:00",
    "ServiceStartDate": "2024-03-28T16:29:56.5401881+00:00",
    "ServiceEndDate": "2024-03-28T16:29:56.5401881+00:00",
    "Usage": 1,
    "PreviousBalance": 1.0,
    "PaymentsAndCredits": 1.0,
    "BalanceForward": 1.0,
    "NewCharges": 1.0,
    "BillTotal": 5.0,
    "BillType": "sample string 6",
    "SingleBill": "sample string 7",
    "Posted": "sample string 8",
    "Printed": "sample string 9",
    "Emailed": "sample string 10",
    "BillMessage": "sample string 11",
    "IsCustomMessage": "sample string 12",
    "NextReadDate": "2024-03-28T16:29:56.5401881+00:00",
    "DefaultUtilityRate": 13.0,
    "VendorBillId": 14,
    "WorkBillId": 15,
    "DisconnectId": 16,
    "DateCreated": "2024-03-28T16:29:56.5401881+00:00",
    "DateUpdated": "2024-03-28T16:29:56.5401881+00:00",
    "CreatedBy": 1,
    "UpdatedBy": 1,
    "Deleted": "sample string 17",
    "DateDeleted": "2024-03-28T16:29:56.5401881+00:00",
    "BillItems": [
      {
        "BillItemId": 1,
        "LegacyBillItemId": 1,
        "BillId": 1,
        "UtilityId": 1,
        "AccountNum": 1,
        "ItemDesc": "sample string 2",
        "Rate": 3.0,
        "Qty": 4.0,
        "ItemTotal": 5.0,
        "AmtPaid": 1.0,
        "RateCode": "sample string 6",
        "Notes": "sample string 7",
        "GLCode": "sample string 8",
        "Posted": "sample string 9",
        "PostingDate": "2024-03-28T16:29:56.5401881+00:00",
        "WorkBillItemId": 1,
        "MeterId": 1,
        "ReadId": 10,
        "ReadDate": "2024-03-28T16:29:56.5401881+00:00",
        "CurrRead": 11.1,
        "ReadType": "sample string 12",
        "PrevReadId": 13,
        "PrevReadDate": "2024-03-28T16:29:56.5401881+00:00",
        "PrevRead": 14.1,
        "PrevReadType": "sample string 15",
        "Markup": 1.0,
        "UtilCustomerCharge": 1.0,
        "UtilEnergyCharge": 1.1,
        "UtilGenerationTotal": 1.0,
        "UtilTransmissionTotal": 1.0,
        "UtilDistributionTotal": 1.0,
        "UtilRidersTotal": 1.0,
        "UtilRateTotal": 1.0,
        "UtilRateKWH": 1.0,
        "UtilRateMarkup": 1.1,
        "DateCreated": "2024-03-28T16:29:56.5401881+00:00",
        "DateUpdated": "2024-03-28T16:29:56.5401881+00:00",
        "CreatedBy": 18,
        "UpdatedBy": 19,
        "Deleted": "sample string 20",
        "DateDeleted": "2024-03-28T16:29:56.5401881+00:00"
      },
      {
        "BillItemId": 1,
        "LegacyBillItemId": 1,
        "BillId": 1,
        "UtilityId": 1,
        "AccountNum": 1,
        "ItemDesc": "sample string 2",
        "Rate": 3.0,
        "Qty": 4.0,
        "ItemTotal": 5.0,
        "AmtPaid": 1.0,
        "RateCode": "sample string 6",
        "Notes": "sample string 7",
        "GLCode": "sample string 8",
        "Posted": "sample string 9",
        "PostingDate": "2024-03-28T16:29:56.5401881+00:00",
        "WorkBillItemId": 1,
        "MeterId": 1,
        "ReadId": 10,
        "ReadDate": "2024-03-28T16:29:56.5401881+00:00",
        "CurrRead": 11.1,
        "ReadType": "sample string 12",
        "PrevReadId": 13,
        "PrevReadDate": "2024-03-28T16:29:56.5401881+00:00",
        "PrevRead": 14.1,
        "PrevReadType": "sample string 15",
        "Markup": 1.0,
        "UtilCustomerCharge": 1.0,
        "UtilEnergyCharge": 1.1,
        "UtilGenerationTotal": 1.0,
        "UtilTransmissionTotal": 1.0,
        "UtilDistributionTotal": 1.0,
        "UtilRidersTotal": 1.0,
        "UtilRateTotal": 1.0,
        "UtilRateKWH": 1.0,
        "UtilRateMarkup": 1.1,
        "DateCreated": "2024-03-28T16:29:56.5401881+00:00",
        "DateUpdated": "2024-03-28T16:29:56.5401881+00:00",
        "CreatedBy": 18,
        "UpdatedBy": 19,
        "Deleted": "sample string 20",
        "DateDeleted": "2024-03-28T16:29:56.5401881+00:00"
      }
    ],
    "CustomerName": "sample string 18",
    "PropertyName": "sample string 19",
    "Address": "sample string 20",
    "MeterReads": "sample string 21",
    "CntPayments": 22,
    "CurrentReadERTNum": "sample string 23",
    "CurrentReadAmt": 24,
    "CurrentReadType": "sample string 25",
    "CurrentReadERTNum2": "sample string 26",
    "CurrentReadAmt2": 27,
    "CurrentReadType2": "sample string 28",
    "AmtPaid": 29.0,
    "AccountBalance": 30.0,
    "ContactId": 31,
    "PropertyManagerId": 32
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccountBill xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <AccountBill>
    <AccountBalance>30</AccountBalance>
    <AccountNum>4</AccountNum>
    <Address>sample string 20</Address>
    <AmtPaid>29</AmtPaid>
    <BalanceForward>1</BalanceForward>
    <BillDate>2024-03-28T16:29:56.5401881+00:00</BillDate>
    <BillId>1</BillId>
    <BillItems>
      <AccountBillItem>
        <AccountNum>1</AccountNum>
        <AmtPaid>1</AmtPaid>
        <BillId>1</BillId>
        <BillItemId>1</BillItemId>
        <CreatedBy>18</CreatedBy>
        <CurrRead>11.1</CurrRead>
        <DateCreated>2024-03-28T16:29:56.5401881+00:00</DateCreated>
        <DateDeleted>2024-03-28T16:29:56.5401881+00:00</DateDeleted>
        <DateUpdated>2024-03-28T16:29:56.5401881+00:00</DateUpdated>
        <Deleted>sample string 20</Deleted>
        <GLCode>sample string 8</GLCode>
        <ItemDesc>sample string 2</ItemDesc>
        <ItemTotal>5</ItemTotal>
        <LegacyBillItemId>1</LegacyBillItemId>
        <Markup>1</Markup>
        <MeterId>1</MeterId>
        <Notes>sample string 7</Notes>
        <Posted>sample string 9</Posted>
        <PostingDate>2024-03-28T16:29:56.5401881+00:00</PostingDate>
        <PrevRead>14.1</PrevRead>
        <PrevReadDate>2024-03-28T16:29:56.5401881+00:00</PrevReadDate>
        <PrevReadId>13</PrevReadId>
        <PrevReadType>sample string 15</PrevReadType>
        <Qty>4</Qty>
        <Rate>3</Rate>
        <RateCode>sample string 6</RateCode>
        <ReadDate>2024-03-28T16:29:56.5401881+00:00</ReadDate>
        <ReadId>10</ReadId>
        <ReadType>sample string 12</ReadType>
        <UpdatedBy>19</UpdatedBy>
        <UtilCustomerCharge>1</UtilCustomerCharge>
        <UtilDistributionTotal>1</UtilDistributionTotal>
        <UtilEnergyCharge>1.1</UtilEnergyCharge>
        <UtilGenerationTotal>1</UtilGenerationTotal>
        <UtilRateKWH>1</UtilRateKWH>
        <UtilRateMarkup>1.1</UtilRateMarkup>
        <UtilRateTotal>1</UtilRateTotal>
        <UtilRidersTotal>1</UtilRidersTotal>
        <UtilTransmissionTotal>1</UtilTransmissionTotal>
        <UtilityId>1</UtilityId>
        <WorkBillItemId>1</WorkBillItemId>
      </AccountBillItem>
      <AccountBillItem>
        <AccountNum>1</AccountNum>
        <AmtPaid>1</AmtPaid>
        <BillId>1</BillId>
        <BillItemId>1</BillItemId>
        <CreatedBy>18</CreatedBy>
        <CurrRead>11.1</CurrRead>
        <DateCreated>2024-03-28T16:29:56.5401881+00:00</DateCreated>
        <DateDeleted>2024-03-28T16:29:56.5401881+00:00</DateDeleted>
        <DateUpdated>2024-03-28T16:29:56.5401881+00:00</DateUpdated>
        <Deleted>sample string 20</Deleted>
        <GLCode>sample string 8</GLCode>
        <ItemDesc>sample string 2</ItemDesc>
        <ItemTotal>5</ItemTotal>
        <LegacyBillItemId>1</LegacyBillItemId>
        <Markup>1</Markup>
        <MeterId>1</MeterId>
        <Notes>sample string 7</Notes>
        <Posted>sample string 9</Posted>
        <PostingDate>2024-03-28T16:29:56.5401881+00:00</PostingDate>
        <PrevRead>14.1</PrevRead>
        <PrevReadDate>2024-03-28T16:29:56.5401881+00:00</PrevReadDate>
        <PrevReadId>13</PrevReadId>
        <PrevReadType>sample string 15</PrevReadType>
        <Qty>4</Qty>
        <Rate>3</Rate>
        <RateCode>sample string 6</RateCode>
        <ReadDate>2024-03-28T16:29:56.5401881+00:00</ReadDate>
        <ReadId>10</ReadId>
        <ReadType>sample string 12</ReadType>
        <UpdatedBy>19</UpdatedBy>
        <UtilCustomerCharge>1</UtilCustomerCharge>
        <UtilDistributionTotal>1</UtilDistributionTotal>
        <UtilEnergyCharge>1.1</UtilEnergyCharge>
        <UtilGenerationTotal>1</UtilGenerationTotal>
        <UtilRateKWH>1</UtilRateKWH>
        <UtilRateMarkup>1.1</UtilRateMarkup>
        <UtilRateTotal>1</UtilRateTotal>
        <UtilRidersTotal>1</UtilRidersTotal>
        <UtilTransmissionTotal>1</UtilTransmissionTotal>
        <UtilityId>1</UtilityId>
        <WorkBillItemId>1</WorkBillItemId>
      </AccountBillItem>
    </BillItems>
    <BillMessage>sample string 11</BillMessage>
    <BillTotal>5</BillTotal>
    <BillType>sample string 6</BillType>
    <CntPayments>22</CntPayments>
    <ContactId>31</ContactId>
    <CreatedBy>1</CreatedBy>
    <CurrentReadAmt>24</CurrentReadAmt>
    <CurrentReadAmt2>27</CurrentReadAmt2>
    <CurrentReadERTNum>sample string 23</CurrentReadERTNum>
    <CurrentReadERTNum2>sample string 26</CurrentReadERTNum2>
    <CurrentReadType>sample string 25</CurrentReadType>
    <CurrentReadType2>sample string 28</CurrentReadType2>
    <CustomerName>sample string 18</CustomerName>
    <DateCreated>2024-03-28T16:29:56.5401881+00:00</DateCreated>
    <DateDeleted>2024-03-28T16:29:56.5401881+00:00</DateDeleted>
    <DateUpdated>2024-03-28T16:29:56.5401881+00:00</DateUpdated>
    <DefaultUtilityRate>13</DefaultUtilityRate>
    <Deleted>sample string 17</Deleted>
    <DisconnectId>16</DisconnectId>
    <DueDate>2024-03-28T16:29:56.5401881+00:00</DueDate>
    <Emailed>sample string 10</Emailed>
    <IsCustomMessage>sample string 12</IsCustomMessage>
    <LegacyBillId>2</LegacyBillId>
    <MeterReads>sample string 21</MeterReads>
    <NewCharges>1</NewCharges>
    <NextReadDate>2024-03-28T16:29:56.5401881+00:00</NextReadDate>
    <PaymentsAndCredits>1</PaymentsAndCredits>
    <Posted>sample string 8</Posted>
    <PreviousBalance>1</PreviousBalance>
    <Printed>sample string 9</Printed>
    <PropertyId>1</PropertyId>
    <PropertyManagerId>32</PropertyManagerId>
    <PropertyName>sample string 19</PropertyName>
    <ServiceEndDate>2024-03-28T16:29:56.5401881+00:00</ServiceEndDate>
    <ServiceStartDate>2024-03-28T16:29:56.5401881+00:00</ServiceStartDate>
    <SingleBill>sample string 7</SingleBill>
    <UnitId>1</UnitId>
    <UpdatedBy>1</UpdatedBy>
    <Usage>1</Usage>
    <UtilityId>3</UtilityId>
    <VendorBillId>14</VendorBillId>
    <WorkBillId>15</WorkBillId>
  </AccountBill>
  <AccountBill>
    <AccountBalance>30</AccountBalance>
    <AccountNum>4</AccountNum>
    <Address>sample string 20</Address>
    <AmtPaid>29</AmtPaid>
    <BalanceForward>1</BalanceForward>
    <BillDate>2024-03-28T16:29:56.5401881+00:00</BillDate>
    <BillId>1</BillId>
    <BillItems>
      <AccountBillItem>
        <AccountNum>1</AccountNum>
        <AmtPaid>1</AmtPaid>
        <BillId>1</BillId>
        <BillItemId>1</BillItemId>
        <CreatedBy>18</CreatedBy>
        <CurrRead>11.1</CurrRead>
        <DateCreated>2024-03-28T16:29:56.5401881+00:00</DateCreated>
        <DateDeleted>2024-03-28T16:29:56.5401881+00:00</DateDeleted>
        <DateUpdated>2024-03-28T16:29:56.5401881+00:00</DateUpdated>
        <Deleted>sample string 20</Deleted>
        <GLCode>sample string 8</GLCode>
        <ItemDesc>sample string 2</ItemDesc>
        <ItemTotal>5</ItemTotal>
        <LegacyBillItemId>1</LegacyBillItemId>
        <Markup>1</Markup>
        <MeterId>1</MeterId>
        <Notes>sample string 7</Notes>
        <Posted>sample string 9</Posted>
        <PostingDate>2024-03-28T16:29:56.5401881+00:00</PostingDate>
        <PrevRead>14.1</PrevRead>
        <PrevReadDate>2024-03-28T16:29:56.5401881+00:00</PrevReadDate>
        <PrevReadId>13</PrevReadId>
        <PrevReadType>sample string 15</PrevReadType>
        <Qty>4</Qty>
        <Rate>3</Rate>
        <RateCode>sample string 6</RateCode>
        <ReadDate>2024-03-28T16:29:56.5401881+00:00</ReadDate>
        <ReadId>10</ReadId>
        <ReadType>sample string 12</ReadType>
        <UpdatedBy>19</UpdatedBy>
        <UtilCustomerCharge>1</UtilCustomerCharge>
        <UtilDistributionTotal>1</UtilDistributionTotal>
        <UtilEnergyCharge>1.1</UtilEnergyCharge>
        <UtilGenerationTotal>1</UtilGenerationTotal>
        <UtilRateKWH>1</UtilRateKWH>
        <UtilRateMarkup>1.1</UtilRateMarkup>
        <UtilRateTotal>1</UtilRateTotal>
        <UtilRidersTotal>1</UtilRidersTotal>
        <UtilTransmissionTotal>1</UtilTransmissionTotal>
        <UtilityId>1</UtilityId>
        <WorkBillItemId>1</WorkBillItemId>
      </AccountBillItem>
      <AccountBillItem>
        <AccountNum>1</AccountNum>
        <AmtPaid>1</AmtPaid>
        <BillId>1</BillId>
        <BillItemId>1</BillItemId>
        <CreatedBy>18</CreatedBy>
        <CurrRead>11.1</CurrRead>
        <DateCreated>2024-03-28T16:29:56.5401881+00:00</DateCreated>
        <DateDeleted>2024-03-28T16:29:56.5401881+00:00</DateDeleted>
        <DateUpdated>2024-03-28T16:29:56.5401881+00:00</DateUpdated>
        <Deleted>sample string 20</Deleted>
        <GLCode>sample string 8</GLCode>
        <ItemDesc>sample string 2</ItemDesc>
        <ItemTotal>5</ItemTotal>
        <LegacyBillItemId>1</LegacyBillItemId>
        <Markup>1</Markup>
        <MeterId>1</MeterId>
        <Notes>sample string 7</Notes>
        <Posted>sample string 9</Posted>
        <PostingDate>2024-03-28T16:29:56.5401881+00:00</PostingDate>
        <PrevRead>14.1</PrevRead>
        <PrevReadDate>2024-03-28T16:29:56.5401881+00:00</PrevReadDate>
        <PrevReadId>13</PrevReadId>
        <PrevReadType>sample string 15</PrevReadType>
        <Qty>4</Qty>
        <Rate>3</Rate>
        <RateCode>sample string 6</RateCode>
        <ReadDate>2024-03-28T16:29:56.5401881+00:00</ReadDate>
        <ReadId>10</ReadId>
        <ReadType>sample string 12</ReadType>
        <UpdatedBy>19</UpdatedBy>
        <UtilCustomerCharge>1</UtilCustomerCharge>
        <UtilDistributionTotal>1</UtilDistributionTotal>
        <UtilEnergyCharge>1.1</UtilEnergyCharge>
        <UtilGenerationTotal>1</UtilGenerationTotal>
        <UtilRateKWH>1</UtilRateKWH>
        <UtilRateMarkup>1.1</UtilRateMarkup>
        <UtilRateTotal>1</UtilRateTotal>
        <UtilRidersTotal>1</UtilRidersTotal>
        <UtilTransmissionTotal>1</UtilTransmissionTotal>
        <UtilityId>1</UtilityId>
        <WorkBillItemId>1</WorkBillItemId>
      </AccountBillItem>
    </BillItems>
    <BillMessage>sample string 11</BillMessage>
    <BillTotal>5</BillTotal>
    <BillType>sample string 6</BillType>
    <CntPayments>22</CntPayments>
    <ContactId>31</ContactId>
    <CreatedBy>1</CreatedBy>
    <CurrentReadAmt>24</CurrentReadAmt>
    <CurrentReadAmt2>27</CurrentReadAmt2>
    <CurrentReadERTNum>sample string 23</CurrentReadERTNum>
    <CurrentReadERTNum2>sample string 26</CurrentReadERTNum2>
    <CurrentReadType>sample string 25</CurrentReadType>
    <CurrentReadType2>sample string 28</CurrentReadType2>
    <CustomerName>sample string 18</CustomerName>
    <DateCreated>2024-03-28T16:29:56.5401881+00:00</DateCreated>
    <DateDeleted>2024-03-28T16:29:56.5401881+00:00</DateDeleted>
    <DateUpdated>2024-03-28T16:29:56.5401881+00:00</DateUpdated>
    <DefaultUtilityRate>13</DefaultUtilityRate>
    <Deleted>sample string 17</Deleted>
    <DisconnectId>16</DisconnectId>
    <DueDate>2024-03-28T16:29:56.5401881+00:00</DueDate>
    <Emailed>sample string 10</Emailed>
    <IsCustomMessage>sample string 12</IsCustomMessage>
    <LegacyBillId>2</LegacyBillId>
    <MeterReads>sample string 21</MeterReads>
    <NewCharges>1</NewCharges>
    <NextReadDate>2024-03-28T16:29:56.5401881+00:00</NextReadDate>
    <PaymentsAndCredits>1</PaymentsAndCredits>
    <Posted>sample string 8</Posted>
    <PreviousBalance>1</PreviousBalance>
    <Printed>sample string 9</Printed>
    <PropertyId>1</PropertyId>
    <PropertyManagerId>32</PropertyManagerId>
    <PropertyName>sample string 19</PropertyName>
    <ServiceEndDate>2024-03-28T16:29:56.5401881+00:00</ServiceEndDate>
    <ServiceStartDate>2024-03-28T16:29:56.5401881+00:00</ServiceStartDate>
    <SingleBill>sample string 7</SingleBill>
    <UnitId>1</UnitId>
    <UpdatedBy>1</UpdatedBy>
    <Usage>1</Usage>
    <UtilityId>3</UtilityId>
    <VendorBillId>14</VendorBillId>
    <WorkBillId>15</WorkBillId>
  </AccountBill>
</ArrayOfAccountBill>