patch
https://sandbox.pismolabs.io/interest-engine/v1/interest/plan/
Create a new version of an existing interest plan. This endpoint allows you to update specific fields while preserving others from the previous version.
Key features:
- Creates a new version with the specified
start_date. - Updates only the provided fields—any field not specified inherits the value from the previous version.
- Validates that the new
start_dateis after thestart_dateof the previous version. - Maintains immutable fields like
interest_typeandtier_calculation. - Preserves existing tiers when updating
interest_by_tiers—only specified tiers are updated.
This endpoint generates an Interest plan created event.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
400Bad request
404Not found
409Conflict - A version with this start_date already exists
500Internal server error