Change Updates

Do not miss any v1 API changes, ever again

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

RSS
24SevenOffice API / v1 API documentation

Change #b211cd16

Last update:
Compare
0.13.10

API structure has changed

4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
GET /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id attribute Modified
        • Type went from number to integer(int32)

          Breaking

      • address attribute Modified
PATCH /customers/{id}
  • Body
  • application/json content type Modified
    • address attribute Modified
      • postal property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id attribute Modified
        • Type went from number to integer(int32)

          Breaking

      • address attribute Modified
POST /customers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id attribute Modified
        • Type went from number to integer(int32)

          Breaking

      • address attribute Modified