Change Updates

Do not miss any Finago Office API Hub changes, ever again

Subscribe to the Finago Office API Hub changelog to be up to date on recent changes.

RSS

Changelog

Last update:
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 property Modified
PATCH /customers/{id}
  • Body
  • application/json content type Modified
    • address property 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 property Modified
POST /customers
  • Body
  • application/json content type Modified
    • object-1 alternative Modified
      • address property Modified
    • object-2 alternative Modified
      • address property Modified
  • Response
  • 201 response Modified
    • application/json content type Modified
      • address property 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
v1 API
0.13.10
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 property Modified
        • Full types went from number to integer(int32)
          Breaking
      • address property Modified
PATCH /customers/{id}
  • Body
  • application/json content type Modified
    • address property Modified
      • postal property Modified
  • Response
  • 200 response Modified
    • application/json content type Modified
      • id property Modified
        • Full types went from number to integer(int32)
          Breaking
      • address property Modified
POST /customers
  • Response
  • 201 response Modified
    • application/json content type Modified
      • id property Modified
        • Full types went from number to integer(int32)
          Breaking
      • address property Modified