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

Changelog

Last update:
Compare
4 structure changes including:
4 Additions
Added 4
GET /accountbalances
GET /accountbalances/{id}
GET /accounts
GET /accounts/{id}
14 structure changes including:
11 Additions
3 Modifications
Modified 3 Breaking
GET /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • address attribute Modified
PATCH /customers/{id}
  • Body
  • application/json content type Modified
    • address attribute Modified
      • postal property Modified
        • VisitAddress alternative Removed
          • Removing a resource is always breaking unless it was deprecated before

            Breaking

        • PostalAddress alternative Added
      • billing property Modified
        • VisitAddress alternative Removed
          • Removing a resource is always breaking unless it was deprecated before

            Breaking

        • BillingAddress alternative Added
      • delivery property Modified
        • VisitAddress alternative Removed
          • Removing a resource is always breaking unless it was deprecated before

            Breaking

        • DeliveryAddress alternative Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • address attribute Modified
POST /customers
  • Body
  • application/json content type Modified
    • object-1 alternative Modified
      • address attribute Modified
    • object-2 alternative Modified
      • address attribute Modified
  • Response
  • 201 response Modified
    • application/json content type Modified
      • address attribute Modified
Added 11
DELETE /productcategories/{id}
DELETE /products/{id}
GET /productcategories
GET /productcategories/{id}
GET /products
GET /products/{id}
GET /productunits
PATCH /productcategories/{id}
PATCH /products/{id}
POST /productcategories
POST /products
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