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

Changelog

Last update:
Compare
1 structure change including:
1 Modification
Modified 1
GET /customers
  • Query
  • organizationNumber query parameter Added
4 structure changes including:
4 Modifications
Modified 4
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • transaction property Added
    • application/hal+json content type Modified
      • _embedded property Modified
        • salesorders property Modified
GET /salesorders/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • transaction property Added
    • application/hal+json content type Modified
      • invoice property Modified
        • transaction property Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • invoice property Modified
      • transaction property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • transaction property Added
    • application/hal+json content type Modified
      • invoice property Modified
        • transaction property Added
POST /salesorders
  • Body
  • application/json content type Modified
    • invoice property Modified
      • transaction property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • transaction property Added
4 structure changes including:
4 Modifications
Modified 4
GET /bankaccounts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • currency property Modified
GET /bankaccounts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • currency property Modified
POST /bankaccounts
  • Response
  • 201 response Modified
    • application/json content type Modified
      • balance property Modified
        • currency property Modified
POST /bankaccounts/{id}/balances
  • Body
  • application/json content type Modified
    • currency property Modified
      • rate property Removed
  • Response
  • 201 response Modified
    • application/json content type Modified
      • currency property Modified
        • rate property Removed
4 structure changes including:
4 Modifications
Modified 4
GET /bankaccounts
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • currency property Modified
GET /bankaccounts/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • balance property Modified
        • currency property Modified
POST /bankaccounts
  • Response
  • 201 response Modified
    • application/json content type Modified
      • balance property Modified
        • currency property Modified
POST /bankaccounts/{id}/balances
  • Body
  • application/json content type Modified
    • currency property Modified
      • rate property Modified
        • Property is now deprecated
  • Response
  • 201 response Modified
    • application/json content type Modified
      • currency property Modified
        • rate property Modified
          • Property is now deprecated
3 structure changes including:
3 Modifications
Modified 3
GET /banktransactions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • amount property Modified
        • currency property Modified
GET /banktransactions/{bankTransactionReference}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • amount property Modified
        • currency property Modified
POST /banktransactions
  • Body
  • application/json content type Modified
    • amount property Modified
      • currency property Modified
        • rate property Removed
  • Response
  • 201 response Modified
    • application/json content type Modified
      • amount property Modified
        • currency property Modified
3 structure changes including:
3 Modifications
Modified 3
GET /banktransactions
  • Response
  • 200 response Modified
    • application/json content type Modified
      • amount property Modified
        • currency property Modified
GET /banktransactions/{bankTransactionReference}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • amount property Modified
        • currency property Modified
POST /banktransactions
  • Body
  • application/json content type Modified
    • amount property Modified
      • currency property Modified
        • rate property Modified
          • Property is now deprecated
  • Response
  • 201 response Modified
    • application/json content type Modified
      • amount property Modified
        • currency property Modified
4 structure changes including:
4 Additions
Added 4
GET /currencies
GET /transactionlines
GET /transactionlines/{id}
GET /transactiontypes
1 structure change including:
1 Addition
Added 1
PATCH /salesorders/{id}
7 structure changes including:
7 Additions
Added 7
GET /bankaccounts
GET /bankaccounts/{id}
GET /banktransactions
GET /banktransactions/{bankTransactionReference}
POST /bankaccounts
POST /bankaccounts/{id}/balances
POST /banktransactions
1 structure change including:
1 Breaking change
1 Removal
Removed 1 Breaking
PATCH /salesorders/{id}
  • Removing a resource is always breaking unless it was deprecated before
    Breaking
13 structure changes including:
12 Additions
1 Modification
Modified 1
GET /customers
  • Query
  • modifiedFrom, createdFrom, sortBy query parameters Added
Added 12
GET /salesorders
GET /salesorders/{id}
GET /salesorders/{id}/lines
GET /salesorders/{id}/lines/{lineId}
GET /salestypes
GET /salestypes/{id}
GET /taxes
GET /taxes/{id}
PATCH /salesorders/{id}
PATCH /salesorders/{id}/lines/{lineId}
POST /salesorders
POST /salesorders/{id}/lines
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
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