PUT api/JudgementLienInfo

Request Information

URI Parameters

None.

Body Parameters

JudgementLienInfoData
NameDescriptionTypeAdditional information
ID

integer

None.

OrderID

integer

None.

JudgmentLienType

integer

None.

TypeDescr

string

None.

CaseNumber

string

None.

CaseDate

date

None.

RecordedDate

date

None.

BookPage

string

None.

Instrument

string

None.

Amount

decimal number

None.

Plantiff

string

None.

Defendant

string

None.

Comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "OrderID": 2,
  "JudgmentLienType": 3,
  "TypeDescr": "sample string 4",
  "CaseNumber": "sample string 5",
  "CaseDate": "2026-02-10T16:15:02.7057212-08:00",
  "RecordedDate": "2026-02-10T16:15:02.7057212-08:00",
  "BookPage": "sample string 6",
  "Instrument": "sample string 7",
  "Amount": 8.0,
  "Plantiff": "sample string 9",
  "Defendant": "sample string 10",
  "Comments": "sample string 11"
}

text/xml

Sample:
<JudgementLienInfoData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAS.DAL">
  <Amount>8</Amount>
  <BookPage>sample string 6</BookPage>
  <CaseDate>2026-02-10T16:15:02.7057212-08:00</CaseDate>
  <CaseNumber>sample string 5</CaseNumber>
  <Comments>sample string 11</Comments>
  <Defendant>sample string 10</Defendant>
  <ID>1</ID>
  <Instrument>sample string 7</Instrument>
  <JudgmentLienType>3</JudgmentLienType>
  <OrderID>2</OrderID>
  <Plantiff>sample string 9</Plantiff>
  <RecordedDate>2026-02-10T16:15:02.7057212-08:00</RecordedDate>
  <TypeDescr>sample string 4</TypeDescr>
</JudgementLienInfoData>

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 'JudgementLienInfoData'.

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.