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 28, 2024

dev
0.0.4-dev.769
Compare
0.0.4-dev.769

API structure has changed

2 structure changes including:
1 Breaking change
2 Modifications
Modified 2 Breaking
GET /v1/billing/{familyId}
  • Path went from /v1/bill/{familyId} to /v1/billing/{familyId} (same operationId)
    Breaking
POST /v1/transactions/create-from-bill
  • Body
  • application/json content type Modified
    • familyId, billingMonth, seasonId, billDate properties Modified
      • Properties are now required
        Breaking