Request Information

URI Parameters

NameDescriptionTypeAdditional information
liabilityId

The liability identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The liability, if it exists.

Nano.Liability
NameDescriptionTypeAdditional information
accountNumber

Gets or sets the account number.

string

None.

balance

Gets or sets the balance.

decimal number

None.

disposition

Gets or sets the disposition.

string

None.

excludeFromTotalExpenseRatio

Gets or sets a value indicating whether to exclude from total expense ratio.

boolean

None.

highCreditLimit

Gets or sets the high credit limit.

decimal number

None.

monthlyPayment

Gets or sets the monthly payment.

decimal number

None.

name

Gets or sets the name.

string

None.

omissionReason

Gets or sets the omission reason.

string

None.

openDate

Gets or sets the open date.

string

None.

paidByClose

Gets or sets a value indicating whether it is paid by close.

boolean

None.

resubordinate

Gets or sets a value indicating whether it is resubordinate.

boolean

None.

udmAlertTransactionId

Gets or sets the UDM alert transaction Identifier.

string

None.

app

Gets or sets the application identifier.

integer

None.

creditorAddress

Gets or sets the creditor address identifier.

integer

None.

creditReport

Gets or sets the credit report identifier.

integer

None.

liabilityDetail

Gets or sets the liability detail.

integer

None.

id

Gets or sets the liability identifier.

integer

None.

liabilityType

Gets or sets the liability type identifier.

integer

None.

creditInquiries

Gets or sets the credit inquiry identifiers.

Collection of integer

None.

persons

Gets or sets the person identifiers.

Collection of integer

None.

previousGovernmentLoans

Gets or sets the previous government loan identifiers.

Collection of integer

None.

properties

Gets or sets the property identifiers.

Collection of integer

None.

verifications

Gets or sets the verification identifiers.

Collection of integer

None.

verificationOrders

Gets or sets the verification identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "accountNumber": "sample String 1",
  "balance": 1.0,
  "disposition": "sample String 2",
  "excludeFromTotalExpenseRatio": true,
  "highCreditLimit": 1.0,
  "monthlyPayment": 1.0,
  "name": "sample String 4",
  "omissionReason": "sample String 5",
  "openDate": "sample String 6",
  "paidByClose": true,
  "resubordinate": true,
  "udmAlertTransactionId": "sample String 9",
  "app": "10",
  "creditorAddress": "1",
  "creditReport": "1",
  "liabilityDetail": "1",
  "id": "11",
  "liabilityType": "1",
  "creditInquiries": [
    "1",
    "2"
  ],
  "persons": [
    "1",
    "2"
  ],
  "previousGovernmentLoans": [
    "1",
    "2"
  ],
  "properties": [
    "1",
    "2"
  ],
  "verifications": [
    "1",
    "2"
  ],
  "verificationOrders": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"accountNumber":"sample String 1","balance":1.0,"disposition":"sample String 2","excludeFromTotalExpenseRatio":true,"highCreditLimit":1.0,"monthlyPayment":1.0,"name":"sample String 4","omissionReason":"sample String 5","openDate":"sample String 6","paidByClose":true,"resubordinate":true,"udmAlertTransactionId":"sample String 9","app":"10","creditorAddress":"1","creditReport":"1","liabilityDetail":"1","id":"11","liabilityType":"1","creditInquiries":["1","2"],"persons":["1","2"],"previousGovernmentLoans":["1","2"],"properties":["1","2"],"verifications":["1","2"],"verificationOrders":["1","2"]}

application/vnd.api+json

Sample:

Sample not available.