Store Configuration

Create or change store configuration

Create or change store configuration data.

put/api/creditcontrol/storeconfig

Headers

Content-Typestring required

Type of the content being sent.

Acceptstring required

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Request body

dailyInterestRatestring required
invoicePostponementLimitstring required
taxRatestring required
maxPostponementDaysstring required
defaultCreditValuestring required
maxPreAuthorizationGrowthRatestring required
myCreditsEnabledboolean required
toleranceEnabledboolean required
automaticCheckingAccountCreationEnabledboolean required
postponementEnabledboolean required

Example request

{
  "dailyInterestRate": "number(percent 0.1=10%) (float)",
  "invoicePostponementLimit": "number (int)",
  "taxRate": "number(percent 0.1=10%) (float)",
  "maxPostponementDays": "number (int",
  "defaultCreditValue": "number (decimal)",
  "maxPreAuthorizationGrowthRate": "number (percent 0.1=10%) (float)",
  "myCreditsEnabled": false,
  "toleranceEnabled": false,
  "automaticCheckingAccountCreationEnabled": false,
  "postponementEnabled": false
}

Changes