GET api/OwnerStatements

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of OwnerStatement
NameDescriptionTypeAdditional information
StatementId

integer

None.

LegacyStatementId

integer

None.

UtilityId

integer

None.

OwnerId

integer

None.

StatementDate

date

None.

DueDate

date

None.

PeriodStart

date

None.

PeriodEnd

date

None.

PrevBalance

decimal number

None.

PmtTotal

decimal number

None.

BilledTotal

decimal number

None.

CollectedTotal

decimal number

None.

FeesTotal

decimal number

None.

StatementTotal

decimal number

None.

Notes

string

None.

Emailed

string

None.

StatementFile

string

Max length: 50

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

FileData

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "StatementId": 1,
    "LegacyStatementId": 1,
    "UtilityId": 1,
    "OwnerId": 1,
    "StatementDate": "2024-03-28T23:45:17.4018735+00:00",
    "DueDate": "2024-03-28T23:45:17.4018735+00:00",
    "PeriodStart": "2024-03-28T23:45:17.4018735+00:00",
    "PeriodEnd": "2024-03-28T23:45:17.4018735+00:00",
    "PrevBalance": 1.0,
    "PmtTotal": 1.0,
    "BilledTotal": 1.0,
    "CollectedTotal": 1.0,
    "FeesTotal": 1.0,
    "StatementTotal": 1.0,
    "Notes": "sample string 2",
    "Emailed": "sample string 3",
    "StatementFile": "sample string 4",
    "DateCreated": "2024-03-28T23:45:17.4018735+00:00",
    "DateUpdated": "2024-03-28T23:45:17.4018735+00:00",
    "CreatedBy": 7,
    "UpdatedBy": 8,
    "FileData": "QEA="
  },
  {
    "StatementId": 1,
    "LegacyStatementId": 1,
    "UtilityId": 1,
    "OwnerId": 1,
    "StatementDate": "2024-03-28T23:45:17.4018735+00:00",
    "DueDate": "2024-03-28T23:45:17.4018735+00:00",
    "PeriodStart": "2024-03-28T23:45:17.4018735+00:00",
    "PeriodEnd": "2024-03-28T23:45:17.4018735+00:00",
    "PrevBalance": 1.0,
    "PmtTotal": 1.0,
    "BilledTotal": 1.0,
    "CollectedTotal": 1.0,
    "FeesTotal": 1.0,
    "StatementTotal": 1.0,
    "Notes": "sample string 2",
    "Emailed": "sample string 3",
    "StatementFile": "sample string 4",
    "DateCreated": "2024-03-28T23:45:17.4018735+00:00",
    "DateUpdated": "2024-03-28T23:45:17.4018735+00:00",
    "CreatedBy": 7,
    "UpdatedBy": 8,
    "FileData": "QEA="
  }
]

application/xml, text/xml

Sample:
<ArrayOfOwnerStatement xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <OwnerStatement>
    <BilledTotal>1</BilledTotal>
    <CollectedTotal>1</CollectedTotal>
    <CreatedBy>7</CreatedBy>
    <DateCreated>2024-03-28T23:45:17.4018735+00:00</DateCreated>
    <DateUpdated>2024-03-28T23:45:17.4018735+00:00</DateUpdated>
    <DueDate>2024-03-28T23:45:17.4018735+00:00</DueDate>
    <Emailed>sample string 3</Emailed>
    <FeesTotal>1</FeesTotal>
    <FileData>QEA=</FileData>
    <LegacyStatementId>1</LegacyStatementId>
    <Notes>sample string 2</Notes>
    <OwnerId>1</OwnerId>
    <PeriodEnd>2024-03-28T23:45:17.4018735+00:00</PeriodEnd>
    <PeriodStart>2024-03-28T23:45:17.4018735+00:00</PeriodStart>
    <PmtTotal>1</PmtTotal>
    <PrevBalance>1</PrevBalance>
    <StatementDate>2024-03-28T23:45:17.4018735+00:00</StatementDate>
    <StatementFile>sample string 4</StatementFile>
    <StatementId>1</StatementId>
    <StatementTotal>1</StatementTotal>
    <UpdatedBy>8</UpdatedBy>
    <UtilityId>1</UtilityId>
  </OwnerStatement>
  <OwnerStatement>
    <BilledTotal>1</BilledTotal>
    <CollectedTotal>1</CollectedTotal>
    <CreatedBy>7</CreatedBy>
    <DateCreated>2024-03-28T23:45:17.4018735+00:00</DateCreated>
    <DateUpdated>2024-03-28T23:45:17.4018735+00:00</DateUpdated>
    <DueDate>2024-03-28T23:45:17.4018735+00:00</DueDate>
    <Emailed>sample string 3</Emailed>
    <FeesTotal>1</FeesTotal>
    <FileData>QEA=</FileData>
    <LegacyStatementId>1</LegacyStatementId>
    <Notes>sample string 2</Notes>
    <OwnerId>1</OwnerId>
    <PeriodEnd>2024-03-28T23:45:17.4018735+00:00</PeriodEnd>
    <PeriodStart>2024-03-28T23:45:17.4018735+00:00</PeriodStart>
    <PmtTotal>1</PmtTotal>
    <PrevBalance>1</PrevBalance>
    <StatementDate>2024-03-28T23:45:17.4018735+00:00</StatementDate>
    <StatementFile>sample string 4</StatementFile>
    <StatementId>1</StatementId>
    <StatementTotal>1</StatementTotal>
    <UpdatedBy>8</UpdatedBy>
    <UtilityId>1</UtilityId>
  </OwnerStatement>
</ArrayOfOwnerStatement>