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

May 29, 2025

dev
dev
Compare

API structure has changed

9 structure changes including:
9 Modifications
Modified 9 Breaking
POST /v1/basket
  • Response
  • 200 response Modified
    • application/json content type Modified
      • basket property Modified
        • dropIns property Modified
POST /v1/basket/add-drop-in-to-basket
  • Response
  • 200 response Modified
    • application/json content type Modified
      • basket property Modified
        • dropIns property Modified
POST /v1/basket/add-enrolment-to-basket
  • Response
  • 200 response Modified
    • application/json content type Modified
      • basket property Modified
        • dropIns property Modified
POST /v1/basket/add-product-to-basket
  • Response
  • 200 response Modified
    • application/json content type Modified
      • basket property Modified
        • dropIns property Modified
POST /v1/basket/remove-drop-in-from-basket
  • Response
  • 200 response Modified
    • application/json content type Modified
      • basket property Modified
        • dropIns property Modified
POST /v1/basket/remove-enrolment-from-basket
  • Response
  • 200 response Modified
    • application/json content type Modified
      • basket property Modified
        • dropIns property Modified
POST /v1/basket/remove-product-from-basket
  • Response
  • 200 response Modified
    • application/json content type Modified
      • basket property Modified
        • dropIns property Modified
POST /v1/checkout/finalise
  • Body
  • application/json content type Modified
    • dropIns property Modified
      • basketItem property Modified
        • time property Modified
          • Type went from time to string
            Breaking
    • additionals property Modified
      • basketItem property Modified
        • type property Added
POST /v1/checkout/prepare-payment
  • Body
  • application/json content type Modified
    • enrolments property Modified
      • basketItem property Modified
        • studentId, courseId properties Modified
          • Properties are now required
            Breaking
    • dropIns property Modified
      • basketItem property Modified
        • studentId, courseId, date, type properties Modified
          • Properties are now required
            Breaking
        • time property Modified
          • Property is now required
            Breaking
          • Type went from time to string
            Breaking
    • additionals property Modified
      • basketItem property Modified
        • type property Added