Change Updates

Do not miss any Class Manager API changes, ever again

Subscribe to the Class Manager API changelog to be up to date on recent changes.

RSS

Sep 26, 2025

dev
dev
Compare

API structure has changed

6 structure changes including:
4 Breaking changes
2 Additions
2 Modifications
2 Removals
Modified 2 Breaking
POST /v1/order/{id}/family-payment-finish
  • Path went from /v1/order/{id}/{orderItemId}/family-payment-finish/{date} to /v1/order/{id}/family-payment-finish (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • Content type is now required
      Breaking
    • orderItemId, date properties Added
  • Path
  • orderItemId, date path parameters Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
POST /v1/order/{id}/family-payment-start
  • Path went from /v1/order/{id}/{orderItemId}/family-payment-start/{date} to /v1/order/{id}/family-payment-start (same operationId)
    Breaking
  • Verb went from GET to POST (same operationId)
    Breaking
  • Path
  • orderItemId, date path parameters Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Body
  • application/json content type Added
Removed 2 Breaking
GET /v1/order/{id}/{orderItemId}/payment-schedule-payment-start/{date}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
POST /v1/order/{id}/{orderItemId}/payment-schedule-payment-finish/{date}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
Added 2
POST /v1/order/{id}/company-payment-finish
POST /v1/order/{id}/company-payment-start