DELETE api/OwnerStatementHistories/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

OwnerStatementHistory
NameDescriptionTypeAdditional information
Id

integer

None.

StatementMonth

integer

None.

StatementYear

integer

None.

StatementFile

string

None.

StatementDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StatementMonth": 2,
  "StatementYear": 3,
  "StatementFile": "sample string 4",
  "StatementDate": "2024-04-03T06:31:43.689826+00:00"
}

application/xml, text/xml

Sample:
<OwnerStatementHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/APL.Models">
  <Id>1</Id>
  <StatementDate>2024-04-03T06:31:43.689826+00:00</StatementDate>
  <StatementFile>sample string 4</StatementFile>
  <StatementMonth>2</StatementMonth>
  <StatementYear>3</StatementYear>
</OwnerStatementHistory>