patch
https://example.com/v1/buying-policies/credit-control/credit-limit
Updates the default credit limit for the platform. This limit applies to all
Customer Accounts that do not have a custom credit limit configured individually.
⚠️ The new value must be greater than or equal to 0.
⚠️ This endpoint is only accessible when the dj-client header is set to OPERATOR.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
204Default credit limit successfully updated.
400Invalid payload.
This error occurs when:
- The creditLimit field is missing
- The creditLimit is lower than 0
401Authentication is required to access this endpoint.
403Access denied. Only OPERATOR clients are allowed to call this endpoint.
500Unexpected server error.

