POST api/LegalNotifications

Request Information

URI Parameters

None.

Body Parameters

shortLegalNotification
NameDescriptionTypeAdditional information
id

integer

None.

propertySaleId

integer

None.

servedTo

string

None.

method

integer

None.

methodName

string

None.

service

integer

None.

serviceName

string

None.

sheriffName

string

None.

date

date

None.

time

date

None.

receivedBy

string

None.

comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "propertySaleId": 2,
  "servedTo": "sample string 3",
  "method": 4,
  "methodName": "sample string 5",
  "service": 1,
  "serviceName": "sample string 6",
  "sheriffName": "sample string 7",
  "date": "2024-05-04T17:31:36.577845-04:00",
  "time": "2024-05-04T17:31:36.577845-04:00",
  "receivedBy": "sample string 8",
  "comments": "sample string 9"
}

application/xml, text/xml

Sample:
<LegalNotifications.shortLegalNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HamiltonCountyPublic.DataClasses">
  <comments>sample string 9</comments>
  <date>2024-05-04T17:31:36.577845-04:00</date>
  <id>1</id>
  <method>4</method>
  <methodName>sample string 5</methodName>
  <propertySaleId>2</propertySaleId>
  <receivedBy>sample string 8</receivedBy>
  <servedTo>sample string 3</servedTo>
  <service>1</service>
  <serviceName>sample string 6</serviceName>
  <sheriffName>sample string 7</sheriffName>
  <time>2024-05-04T17:31:36.577845-04:00</time>
</LegalNotifications.shortLegalNotification>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.