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
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
}