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

Aug 7, 2025

dev
dev
Compare

API structure has changed

6 structure changes including:
6 Modifications
Modified 6
GET /v1/order/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • totalWithCredit, totalRemaining properties Added
GET /v1/orders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data property Modified
        • familyId, totalTendered, totalDue, totalWithCredit, totalRemaining properties Added
POST /v1/order/{id}/add-payment
  • Response
  • 200 response Modified
    • application/json content type Modified
      • totalWithCredit, totalRemaining properties Added
POST /v1/order/{id}/cancel-item
  • Response
  • 200 response Modified
    • application/json content type Modified
      • totalWithCredit, totalRemaining properties Added
POST /v1/order/{id}/charge-card-on-file
  • Response
  • 200 response Modified
    • application/json content type Modified
      • totalWithCredit, totalRemaining properties Added
POST /v1/order/{id}/record-stripe-payment
  • Response
  • 200 response Modified
    • application/json content type Modified
      • totalWithCredit, totalRemaining properties Added