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 29, 2025

dev
dev
Compare

API structure has changed

2 structure changes including:
2 Breaking changes
2 Modifications
Modified 2 Breaking
GET /v1/order/{id}/company-payment-start
  • Verb went from POST to GET (same operationId)
    Breaking
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • orderItemId, date query parameters Added
GET /v1/order/{id}/family-payment-start
  • Verb went from POST to GET (same operationId)
    Breaking
  • Body
  • application/json content type Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • Query
  • orderItemId, date query parameters Added