PUT api/LegalNotifications
Request Information
URI Parameters
None.
Body Parameters
shortLegalNotificationName | Description | Type | Additional 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": "2025-02-05T10:58:59.7235139-05:00", "time": "2025-02-05T10:58:59.7235139-05: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>2025-02-05T10:58:59.7235139-05: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>2025-02-05T10:58:59.7235139-05:00</time> </LegalNotifications.shortLegalNotification>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |