GET api/capacity/whatincomedoineed?applicationId={applicationId}&inputAmount={inputAmount}
Get a value of what income a customer needs when borrowing a specific amount.
Request Information
Requires Authentication!
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| applicationId | integer |
Required |
|
| inputAmount | decimal number |
Required |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |