Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of credit score ranges.
Collection of Nano.CreditScoreRangeName | Description | Type | Additional information |
---|---|---|---|
id |
Gets or sets the credit score range identifier. |
integer |
None. |
description |
Gets or sets the description. |
string |
None. |
order |
Gets or sets the order. |
integer |
None. |
score |
Gets or sets the score. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "1", "description": "sample String 2", "order": 3, "score": 4 }, { "id": "1", "description": "sample String 2", "order": 3, "score": 4 } ]
text/html
Sample:
[{"id":"1","description":"sample String 2","order":3,"score":4},{"id":"1","description":"sample String 2","order":3,"score":4}]
application/xml, text/xml
Sample:
<ArrayOfCreditScoreRange xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CreditScoreRange> <CreditScoreRangeId>1</CreditScoreRangeId> <Description>sample String 2</Description> <Order>3</Order> <Score>4</Score> </CreditScoreRange> <CreditScoreRange> <CreditScoreRangeId>1</CreditScoreRangeId> <Description>sample String 2</Description> <Order>3</Order> <Score>4</Score> </CreditScoreRange> </ArrayOfCreditScoreRange>
application/vnd.api+json
Sample:
Sample not available.