put https://example.com/v1/buying-policies/credit-control/holds/
Updates a credit hold for a specific Customer Account.
⚠️ To update the endDate
of an existing hold, you must also provide a startDate
value.
This startDate
must either:
- match the current
startDate
of the hold, - or be a date greater than or equal to the credit hold creation date.
This ensures that updating anendDate
does not unintentionally affect the initial start date of the block.
⚠️ This endpoint is only accessible when thedj-client
header is set toOPERATOR
.