POST api/CrediusWebForm/GetCreditRequestLimits
Request Information
URI Parameters
None.
Body Parameters
CreditRequestLimitsParam| Name | Description | Type | Additional information |
|---|---|---|---|
| CNP | string |
None. |
|
| ProductScopeId | integer |
None. |
|
| CurrencyId | integer |
None. |
|
| IsShortTerm | boolean |
None. |
|
| IsFromOnline | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"CNP": "sample string 1",
"ProductScopeId": 1,
"CurrencyId": 1,
"IsShortTerm": true,
"IsFromOnline": true
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.