POST api/CreateOwnerStatements

Request Information

URI Parameters

None.

Body Parameters

OwnerStatementHistory
NameDescriptionTypeAdditional information
Id

integer

None.

StatementMonth

integer

None.

StatementYear

integer

None.

StatementFile

string

None.

StatementDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "StatementMonth": 2,
  "StatementYear": 3,
  "StatementFile": "sample string 4",
  "StatementDate": "2024-04-03T00:21:49.8210532+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-03T00:21:49.8210532+00:00</StatementDate>
  <StatementFile>sample string 4</StatementFile>
  <StatementMonth>2</StatementMonth>
  <StatementYear>3</StatementYear>
</OwnerStatementHistory>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'OwnerStatementHistory'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.