Request Information

URI Parameters

NameDescriptionTypeAdditional information
loanProgramId

The loan program identifier.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The loan program.

Nano.LoanProgram
NameDescriptionTypeAdditional information
description

Gets or sets the description.

string

None.

displayOrder

Gets or sets the display order.

integer

None.

hasIncomeRestrictions

Gets or sets a value indicating whether the loan product has income restrictions.

boolean

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.

lienPosition

Gets or sets the lien position.

integer

None.

defaultMIRateType

Gets or sets the default MI rate type identifier.

integer

None.

id

Gets or sets the loan program identifier.

integer

None.

loanProducts

Gets or sets the loan product identifiers.

Collection of integer

None.

miRateTypes

Gets or sets the mi rate type identifiers.

Collection of integer

None.

Response Formats

application/json, text/json

Sample:
{
  "description": "sample String 1",
  "displayOrder": 2,
  "hasIncomeRestrictions": true,
  "isActive": true,
  "isPublic": true,
  "lienPosition": 6,
  "defaultMIRateType": "7",
  "id": "8",
  "loanProducts": [
    "1",
    "2"
  ],
  "miRateTypes": [
    "1",
    "2"
  ]
}

text/html

Sample:
{"description":"sample String 1","displayOrder":2,"hasIncomeRestrictions":true,"isActive":true,"isPublic":true,"lienPosition":6,"defaultMIRateType":"7","id":"8","loanProducts":["1","2"],"miRateTypes":["1","2"]}

application/vnd.api+json

Sample:

Sample not available.