POST
/
v1
/
Business
/
CreditLimit
curl --request POST \
  --url https://api.creditriskmonitor.com/v1/Business/CreditLimit
{
  "Success": true,
  "Data": {
    "MaxLimit": 123,
    "RecommendedCreditLimit": 123,
    "ZScore": 123,
    "StockVolatility": 123,
    "Leverage": 123,
    "LatestStatementDate": "2023-11-07T05:31:56Z",
    "Rationale": "<string>",
    "AvgTransaction": 123,
    "TransactionLimit": 123,
    "MaxExpectedLossLimit": 123,
    "RiskAppetite": "<string>",
    "CostOfCapital": 123,
    "GrossMargin": 123,
    "ExistingCreditLimit": 123,
    "MonitorFlag": "<string>",
    "MonitorHi": 123,
    "MonitorLo": 123,
    "CurrencyCode": "<string>",
    "BusinessId": 123,
    "PrimaryBusinessName": "<string>"
  },
  "ErrorCode": "<string>"
}

Use the Login endpoint to retrieve the SessionKey, then include it in the Authorization field for authentication.

Query Parameters

AvgTrans
number
required

The average amount you expect to sell to this customer per month.

TransLimit
number
required

The maximum number of months of sales outstanding that you will tolerate from this customer (1 or more).

LossLimit
number
required

Sets an upper limit on the probability-weighted loss from this customer.

ExistingCreditLimit
integer
required

Your current credit limit for this customer.

MonitorHi
integer
required

Alert me if maximum limit goes ABOVE this value.

MonitorLo
integer
required

Alert me if maximum limit goes BELOW this value.

RiskApp
string
required

Select the level of risk that is consistent with your credit strategy. (HIGH, MED, LOW)

CostOfCapital
number
required

Your cost of capital.

SaleGrossMargin
number
required

Your expected Gross Profit Margin from sales to this customer.

MonitorFlag
string
required

Select if you want automatic email alerts on this credit limit.

id
integer

BusinessId of the Business to get a Credit Limit for.

CustomerId
string

If you are a Trade Provider you can use your CustomerId to idenfity a Business with the CustomerId parameter.

SupplierId
string

If you have a Supplier List you can use your SupplierId to identify a Business with the SupplierId parameter.

Response

200
application/json
OK
Success
boolean
Data
object
ErrorCode
string