[GET] ~/credit/rating?personsInHouseHold={personsInHouseHold}&monthlyNetIncome={monthlyNetIncome}&monthlyLoanObligation={monthlyLoanObligation}
Returns a credit score based on the users input.
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The model. |
integer |
This value is required and must not be omitted. |
|
|
The monthly net income. |
decimal number |
This value is required and must not be omitted. |
|
|
The monthly loan obligation. |
decimal number |
This value is required and must not be omitted. |
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
The calculated financial offer.
An instance of: CalculateCreditRatingResponse| Name | Description | Type | |
|---|---|---|---|
|
Gets or sets the credit rating. |
CreditRatingRank |
Response Formats
application/json, text/json
Sample:
{
"creditRating": "Insufficient"
}