POST api/CrediusWebForm/GetCreditRequestLimits

Request Information

URI Parameters

None.

Body Parameters

CreditRequestLimitsParam
NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.