GET api/CompletedPropertyBillings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AccountBillWorktable
NameDescriptionTypeAdditional information
WorkBillId

integer

None.

LegacyWorkBillId

integer

None.

UtilityId

integer

None.

BillDate

date

None.

DueDate

date

None.

NextReadDate

date

None.

DefaultUtilityRate

decimal number

None.

UtilRateMarkup

decimal number

None.

VendorBillId

integer

None.

PropertyId

integer

None.

MeterReadCount

integer

None.

CustomerUsageValid

string

Max length: 1

BillType

string

Max length: 50

BillMessage

string

None.

Completed

string

Max length: 1

SingleBill

string

Max length: 1

CommAvgUsage

decimal number

None.

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

PropertyName

string

None.

CntItems

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "WorkBillId": 1,
    "LegacyWorkBillId": 2,
    "UtilityId": 3,
    "BillDate": "2024-03-27T22:39:55.8168953+00:00",
    "DueDate": "2024-03-27T22:39:55.8168953+00:00",
    "NextReadDate": "2024-03-27T22:39:55.8168953+00:00",
    "DefaultUtilityRate": 1.0,
    "UtilRateMarkup": 1.1,
    "VendorBillId": 1,
    "PropertyId": 4,
    "MeterReadCount": 1,
    "CustomerUsageValid": "sample string 5",
    "BillType": "sample string 6",
    "BillMessage": "sample string 7",
    "Completed": "sample string 8",
    "SingleBill": "sample string 9",
    "CommAvgUsage": 1.0,
    "DateCreated": "2024-03-27T22:39:55.8168953+00:00",
    "DateUpdated": "2024-03-27T22:39:55.8168953+00:00",
    "CreatedBy": 12,
    "UpdatedBy": 13,
    "PropertyName": "sample string 14",
    "CntItems": 15
  },
  {
    "WorkBillId": 1,
    "LegacyWorkBillId": 2,
    "UtilityId": 3,
    "BillDate": "2024-03-27T22:39:55.8168953+00:00",
    "DueDate": "2024-03-27T22:39:55.8168953+00:00",
    "NextReadDate": "2024-03-27T22:39:55.8168953+00:00",
    "DefaultUtilityRate": 1.0,
    "UtilRateMarkup": 1.1,
    "VendorBillId": 1,
    "PropertyId": 4,
    "MeterReadCount": 1,
    "CustomerUsageValid": "sample string 5",
    "BillType": "sample string 6",
    "BillMessage": "sample string 7",
    "Completed": "sample string 8",
    "SingleBill": "sample string 9",
    "CommAvgUsage": 1.0,
    "DateCreated": "2024-03-27T22:39:55.8168953+00:00",
    "DateUpdated": "2024-03-27T22:39:55.8168953+00:00",
    "CreatedBy": 12,
    "UpdatedBy": 13,
    "PropertyName": "sample string 14",
    "CntItems": 15
  }
]

application/xml, text/xml

Sample:
<ArrayOfAccountBillWorktable xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <AccountBillWorktable>
    <BillDate>2024-03-27T22:39:55.8168953+00:00</BillDate>
    <BillMessage>sample string 7</BillMessage>
    <BillType>sample string 6</BillType>
    <CntItems>15</CntItems>
    <CommAvgUsage>1</CommAvgUsage>
    <Completed>sample string 8</Completed>
    <CreatedBy>12</CreatedBy>
    <CustomerUsageValid>sample string 5</CustomerUsageValid>
    <DateCreated>2024-03-27T22:39:55.8168953+00:00</DateCreated>
    <DateUpdated>2024-03-27T22:39:55.8168953+00:00</DateUpdated>
    <DefaultUtilityRate>1</DefaultUtilityRate>
    <DueDate>2024-03-27T22:39:55.8168953+00:00</DueDate>
    <LegacyWorkBillId>2</LegacyWorkBillId>
    <MeterReadCount>1</MeterReadCount>
    <NextReadDate>2024-03-27T22:39:55.8168953+00:00</NextReadDate>
    <PropertyId>4</PropertyId>
    <PropertyName>sample string 14</PropertyName>
    <SingleBill>sample string 9</SingleBill>
    <UpdatedBy>13</UpdatedBy>
    <UtilRateMarkup>1.1</UtilRateMarkup>
    <UtilityId>3</UtilityId>
    <VendorBillId>1</VendorBillId>
    <WorkBillId>1</WorkBillId>
  </AccountBillWorktable>
  <AccountBillWorktable>
    <BillDate>2024-03-27T22:39:55.8168953+00:00</BillDate>
    <BillMessage>sample string 7</BillMessage>
    <BillType>sample string 6</BillType>
    <CntItems>15</CntItems>
    <CommAvgUsage>1</CommAvgUsage>
    <Completed>sample string 8</Completed>
    <CreatedBy>12</CreatedBy>
    <CustomerUsageValid>sample string 5</CustomerUsageValid>
    <DateCreated>2024-03-27T22:39:55.8168953+00:00</DateCreated>
    <DateUpdated>2024-03-27T22:39:55.8168953+00:00</DateUpdated>
    <DefaultUtilityRate>1</DefaultUtilityRate>
    <DueDate>2024-03-27T22:39:55.8168953+00:00</DueDate>
    <LegacyWorkBillId>2</LegacyWorkBillId>
    <MeterReadCount>1</MeterReadCount>
    <NextReadDate>2024-03-27T22:39:55.8168953+00:00</NextReadDate>
    <PropertyId>4</PropertyId>
    <PropertyName>sample string 14</PropertyName>
    <SingleBill>sample string 9</SingleBill>
    <UpdatedBy>13</UpdatedBy>
    <UtilRateMarkup>1.1</UtilRateMarkup>
    <UtilityId>3</UtilityId>
    <VendorBillId>1</VendorBillId>
    <WorkBillId>1</WorkBillId>
  </AccountBillWorktable>
</ArrayOfAccountBillWorktable>