DELETE api/OwnerStatementItems/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

OwnerStatementItem
NameDescriptionTypeAdditional information
StatementItemId

integer

None.

LegacyStatementItemId

integer

None.

StatementId

integer

None.

OwnerId

integer

None.

PropertyId

integer

None.

UnitId

integer

None.

BilledAmt

decimal number

None.

CollectedAmt

decimal number

None.

CurrBalance

decimal number

None.

DateCreated

date

None.

DateUpdated

date

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

UnitAddress1

string

None.

UnitAddress2

string

None.

PropertyName

string

None.

Response Formats

application/json, text/json

Sample:
{
  "StatementItemId": 1,
  "LegacyStatementItemId": 1,
  "StatementId": 1,
  "OwnerId": 1,
  "PropertyId": 1,
  "UnitId": 1,
  "BilledAmt": 1.0,
  "CollectedAmt": 1.0,
  "CurrBalance": 1.0,
  "DateCreated": "2024-03-28T01:40:38.8239224+00:00",
  "DateUpdated": "2024-03-28T01:40:38.8239224+00:00",
  "CreatedBy": 4,
  "UpdatedBy": 5,
  "UnitAddress1": "sample string 6",
  "UnitAddress2": "sample string 7",
  "PropertyName": "sample string 8"
}

application/xml, text/xml

Sample:
<OwnerStatementItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <BilledAmt>1</BilledAmt>
  <CollectedAmt>1</CollectedAmt>
  <CreatedBy>4</CreatedBy>
  <CurrBalance>1</CurrBalance>
  <DateCreated>2024-03-28T01:40:38.8239224+00:00</DateCreated>
  <DateUpdated>2024-03-28T01:40:38.8239224+00:00</DateUpdated>
  <LegacyStatementItemId>1</LegacyStatementItemId>
  <OwnerId>1</OwnerId>
  <PropertyId>1</PropertyId>
  <PropertyName>sample string 8</PropertyName>
  <StatementId>1</StatementId>
  <StatementItemId>1</StatementItemId>
  <UnitAddress1>sample string 6</UnitAddress1>
  <UnitAddress2>sample string 7</UnitAddress2>
  <UnitId>1</UnitId>
  <UpdatedBy>5</UpdatedBy>
</OwnerStatementItem>