Request Information

URI Parameters

NameDescriptionTypeAdditional information
organizationId

The organization identifier.

string

Required

loanProductId

The loan product identifier.

integer

None.

loanPurpose

The loan purpose.

string

None.

Body Parameters

None.

Response Information

Resource Description

A list of credit score ranges.

Collection of Nano.LockPeriodRange
NameDescriptionTypeAdditional information
isDefault

Gets or sets a value indicating whether this is the default.

boolean

None.

lockPeriod

Gets or sets the lock period.

integer

None.

id

Gets or sets the lock period range identifier.

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "isDefault": true,
    "lockPeriod": 2,
    "id": "3"
  },
  {
    "isDefault": true,
    "lockPeriod": 2,
    "id": "3"
  }
]

text/html

Sample:
[{"isDefault":true,"lockPeriod":2,"id":"3"},{"isDefault":true,"lockPeriod":2,"id":"3"}]

application/xml, text/xml

Sample:
<ArrayOfLockPeriodRange xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <LockPeriodRange>
    <IsDefault>true</IsDefault>
    <LockPeriod>2</LockPeriod>
    <LockPeriodRangeId>3</LockPeriodRangeId>
  </LockPeriodRange>
  <LockPeriodRange>
    <IsDefault>true</IsDefault>
    <LockPeriod>2</LockPeriod>
    <LockPeriodRangeId>3</LockPeriodRangeId>
  </LockPeriodRange>
</ArrayOfLockPeriodRange>

application/vnd.api+json

Sample:

Sample not available.