put
https://example.com/v1/buying-policies/credit-control/grace-amounts/
Updates the full content of an existing grace amount entry for a Customer Account.
You may update the amount, startDate, and/or endDate.
⚠️ 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…
200Grace amount entry successfully replaced.
400Invalid request payload. This error occurs when:
- Required fields (
amount,startDate) are missing or empty amountis negative or improperly formatted- Date formats are invalid (must be ISO 8601:
YYYY-MM-DDTHH:MM:SSZ) startDateis earlier than creation dateendDateis earlier thanstartDate(if provided)- The grace amount entry is in an invalid state for update
Please verify that all fields are correctly provided and properly formatted.
401Authentication required.
403Access forbidden.
404Grace amount entry not found.
500Unexpected server error.

