GET api/JudgementLienInfo/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

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.

Response Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "OrderID": 2,
  "JudgmentLienType": 3,
  "TypeDescr": "sample string 4",
  "CaseNumber": "sample string 5",
  "CaseDate": "2026-02-10T16:16:25.0372082-08:00",
  "RecordedDate": "2026-02-10T16:16:25.0372082-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:16:25.0372082-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:16:25.0372082-08:00</RecordedDate>
  <TypeDescr>sample string 4</TypeDescr>
</JudgementLienInfoData>