Request Information

URI Parameters

NameDescriptionTypeAdditional information
liabilityTypeId

The liability type identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The liability type, if it exists.

Nano.LiabilityType
NameDescriptionTypeAdditional information
code

Gets or sets the code.

string

None.

description

Gets or sets the description.

string

None.

displayOrder

Gets or sets the display order.

integer

None.

fannieMaeCode

Gets or sets the Fannie Mae code.

string

None.

isActive

Gets or sets a value indicating whether this is active.

boolean

None.

isPublic

Gets or sets a value indicating whether this is public.

boolean

None.

isAdditional

Gets or sets a value indicating whether it is additional.

boolean

None.

mismoCode

Gets or sets the MISMO code.

string

None.

scrutinize

Gets or sets a value indicating whether or not to scrutinize.

boolean

None.

id

Gets or sets the liability type identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample String 1",
  "description": "sample String 2",
  "displayOrder": 3,
  "fannieMaeCode": "sample String 4",
  "isActive": true,
  "isPublic": true,
  "isAdditional": true,
  "mismoCode": "sample String 8",
  "scrutinize": true,
  "id": "10"
}

text/html

Sample:
{"code":"sample String 1","description":"sample String 2","displayOrder":3,"fannieMaeCode":"sample String 4","isActive":true,"isPublic":true,"isAdditional":true,"mismoCode":"sample String 8","scrutinize":true,"id":"10"}

application/xml, text/xml

Sample:
<LiabilityType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Code>sample String 1</Code>
  <Description>sample String 2</Description>
  <DisplayOrder>3</DisplayOrder>
  <FannieMaeCode>sample String 4</FannieMaeCode>
  <IsActive>true</IsActive>
  <IsPublic>true</IsPublic>
  <IsAdditional>true</IsAdditional>
  <MISMOCode>sample String 8</MISMOCode>
  <Scrutinize>true</Scrutinize>
  <LiabilityTypeId>10</LiabilityTypeId>
</LiabilityType>

application/vnd.api+json

Sample:

Sample not available.