Kontorion Billing API
string · requiredstring
string · requiredstring · required
List a plan's version timeline
GET
https://api.kontorion.eu/v1
/plans/{id}/timeline
Returns all versions for a plan ordered by effective_from. Active and scheduled versions are returned by default; pass include=all to include drafts and archived versions.
path Parameters
idPlan UUID
query Parameters
includeSet to 'all' to include draft and archived versions
List a plan's version timeline › Responses
Versions list wrapped in envelope
Reconfirm a stale plan version
POST
https://api.kontorion.eu/v1
/plans/{id}/versions/{vid}/reconfirm
Clears warnings on a scheduled version after the operator has acknowledged that an upstream change does not invalidate the scheduled payload. Use PUT to amend the payload itself.
path Parameters
idPlan UUID
vidVersion UUID
Reconfirm a stale plan version › Responses
Reconfirmed version envelope