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
12 structure changes including:
3 Additions
9 Modifications
Modified 9
GET /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricelistId property Added
GET /customers/{customerId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricelistId property Added
GET /products
  • Query
  • categoryIds, supplierIds query parameters Added
GET /salesorders/{id}/lines
  • Response
  • 200 response Modified
    • application/json content type Modified
      • costPrice property Added
GET /salesorders/{id}/lines/{lineId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • costPrice property Added
PATCH /customers/{customerId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricelistId property Added
PATCH /salesorders/{id}/lines/{lineId}
  • Body
  • application/json content type Modified
    • costPrice property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • costPrice property Added
POST /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pricelistId property Added
POST /salesorders/{id}/lines
  • Body
  • application/json content type Modified
    • costPrice property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • costPrice property Added
Added 3
GET /pricelists
GET /pricelists/{listId}
GET /pricelists/{listId}/prices
7 structure changes including:
4 Additions
3 Modifications
Modified 3 Breaking
DELETE /customers/{customerId}
  • Path went from /customers/{id} to /customers/{customerId} (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • customerId path parameter Added
GET /customers/{customerId}
  • Path went from /customers/{id} to /customers/{customerId} (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • customerId path parameter Added
PATCH /customers/{customerId}
  • Path went from /customers/{id} to /customers/{customerId} (same operationId)
  • Path
  • id path parameter Removed
    • Removing a resource is always breaking unless it was deprecated before
      Breaking
  • customerId path parameter Added
Added 4
GET /customers/{customerId}/bankaccounts
GET /customers/{customerId}/bankaccounts/{accountNumber}
PATCH /customers/{customerId}/bankaccounts/{accountNumber}
POST /customers/{customerId}/bankaccounts
1 structure change including:
1 Modification
Modified 1
GET /documents/{documentId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • pages property Added
3 structure changes including:
3 Additions
Added 3
DELETE /salesorders/{id}
DELETE /salesorders/{id}/lines/{lineId}
GET /documents/{documentId}
4 structure changes including:
4 Modifications
Modified 4
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • deliveryDate property Added
GET /salesorders/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • deliveryDate property Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • deliveryDate property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • deliveryDate property Added
POST /salesorders
  • Body
  • application/json content type Modified
    • deliveryDate property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • deliveryDate property Added
4 structure changes including:
4 Modifications
Modified 4
GET /customers
  • Response
  • 200 response Modified
    • application/json content type Modified
      • externalReference property Added
GET /customers/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • externalReference property Added
PATCH /customers/{id}
  • Body
  • application/json content type Modified
    • externalReference property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • externalReference property Added
POST /customers
  • Body
  • application/json content type Modified
    • alternative Modified
      • true alternative Modified
        • externalReference property Added
      • false alternative Modified
        • externalReference property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • externalReference property Added
5 structure changes including:
5 Modifications
Modified 5
GET /salesorders/{id}/lines
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isHidden property Added
GET /salesorders/{id}/lines/{lineId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isHidden property Added
GET /transactionlines
  • Query
  • createdAfter, modifiedAfter query parameters Modified
    • Query parameters are now deprecated
  • createdFrom, modifiedFrom query parameters Added
PATCH /salesorders/{id}/lines/{lineId}
  • Body
  • application/json content type Modified
    • isHidden property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isHidden property Added
POST /salesorders/{id}/lines
  • Body
  • application/json content type Modified
    • isHidden property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • isHidden property Added
2 structure changes including:
2 Modifications
Modified 2
GET /transactionlines
  • Response
  • 200 response Modified
    • application/json content type Modified
      • periodDate property Added
GET /transactionlines/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • periodDate property Added
4 structure changes including:
4 Modifications
Modified 4
GET /products
  • Response
  • 200 response Modified
    • application/json content type Modified
      • webshopEnabled property Added
GET /products/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • webshopEnabled property Added
PATCH /products/{id}
  • Body
  • application/json content type Modified
    • webshopEnabled property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • webshopEnabled property Added
POST /products
  • Body
  • application/json content type Modified
    • webshopEnabled property Added
  • Response
  • 201 response Modified
    • application/json content type Modified
      • webshopEnabled property Added
8 structure changes including:
8 Modifications
Modified 8
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • distributionMethod property Added
      • accrual property Added
        • object-1, object-2 properties Added
GET /salesorders/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • distributionMethod property Added
      • accrual property Added
        • object-1, object-2 properties Added
GET /salesorders/{id}/lines
  • Response
  • 200 response Modified
    • application/json content type Modified
      • accrual property Added
        • object-1, object-2 properties Added
GET /salesorders/{id}/lines/{lineId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • accrual property Added
        • object-1, object-2 properties Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • invoice property Modified
      • distributionMethod property Added
    • accrual property Added
      • object-1, object-2 properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • distributionMethod property Added
      • accrual property Added
        • object-1, object-2 properties Added
PATCH /salesorders/{id}/lines/{lineId}
  • Body
  • application/json content type Modified
    • accrual property Added
      • object-1, object-2 properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • accrual property Added
        • object-1, object-2 properties Added
POST /salesorders
  • Body
  • application/json content type Modified
    • invoice property Modified
      • distributionMethod property Added
    • accrual property Added
      • object-1, object-2 properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • distributionMethod property Added
      • accrual property Added
        • object-1, object-2 properties Added
POST /salesorders/{id}/lines
  • Body
  • application/json content type Modified
    • accrual property Added
      • object-1, object-2 properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • accrual property Added
        • object-1, object-2 properties Added
7 structure changes including:
7 Modifications
Modified 7 Breaking
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • paymentTerms property Added
GET /salesorders/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • paymentTerms property Added
GET /transactionlines
  • Response
  • 200 response Modified
    • application/json content type Modified
      • documentId property Added
GET /transactionlines/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • documentId property Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • invoice property Modified
      • paymentTerms property Added
        • FixedDate, NumberOfDays, OutMonthPlusDays properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • paymentTerms property Added
POST /customers
  • Body
  • application/json content type Modified
    • alternative Modified
      • object-1, object-2 alternatives Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • true, false alternatives Added
POST /salesorders
  • Body
  • application/json content type Modified
    • invoice property Modified
      • paymentTerms property Added
        • FixedDate, NumberOfDays, OutMonthPlusDays properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • invoice property Modified
        • paymentTerms property Added
4 structure changes including:
4 Modifications
Modified 4
GET /salesorders/{id}/lines
  • Response
  • 200 response Modified
    • application/json content type Modified
      • product property Modified
        • number property Added
GET /salesorders/{id}/lines/{lineId}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • product property Modified
        • number property Added
PATCH /salesorders/{id}/lines/{lineId}
  • Body
  • application/json content type Modified
    • product property Modified
      • number property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • product property Modified
        • number property Added
POST /salesorders/{id}/lines
  • Body
  • application/json content type Modified
    • product property Modified
      • number property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • product property Modified
        • number property Added
1 structure change including:
1 Modification
Modified 1
GET /transactionlines
  • Query
  • createdAfter, modifiedAfter query parameters Added
4 structure changes including:
4 Modifications
Modified 4 Breaking
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • dimensions property Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • currency, grossAmount, netAmount, taxAmount properties Added
GET /salesorders/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currency, grossAmount, netAmount, taxAmount properties Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • id property Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • currency property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currency, grossAmount, netAmount, taxAmount properties Added
POST /salesorders
  • Body
  • application/json content type Modified
    • currency property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • currency, grossAmount, netAmount, taxAmount properties Added
6 structure changes including:
1 Addition
5 Modifications
Modified 5 Breaking
GET /currencies
  • Response
  • 200 response Modified
    • application/hal+json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /salesorders
  • Response
  • 200 response Modified
    • application/hal+json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /salesorders/{id}
  • Response
  • 200 response Modified
    • application/hal+json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
GET /transactiontypes
  • Response
  • 200 response Modified
    • application/hal+json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
PATCH /salesorders/{id}
  • Response
  • 200 response Modified
    • application/hal+json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
Added 1
GET /salesorders/{id}/attachments
1 structure change including:
1 Addition
Added 1
POST /salesorders/{id}/attachments
1 structure change including:
1 Addition
Added 1
GET /fiscalperiods
4 structure changes including:
4 Additions
Added 4
GET /dimensions
GET /dimensions/{dimensionType}
GET /dimensions/{dimensionType}/elements
GET /dimensions/{dimensionType}/elements/{value}
4 structure changes including:
4 Modifications
Modified 4
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • yourReference, ourReference, referenceNumber properties 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
      • yourReference, ourReference, referenceNumber properties Added
    • application/hal+json content type Modified
      • yourReference, ourReference, referenceNumber properties Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • yourReference, ourReference, referenceNumber properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • yourReference, ourReference, referenceNumber properties Added
    • application/hal+json content type Modified
      • yourReference, ourReference, referenceNumber properties Added
POST /salesorders
  • Body
  • application/json content type Modified
    • yourReference, ourReference, referenceNumber properties Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • yourReference, ourReference, referenceNumber properties Added
2 structure changes including:
2 Modifications
Modified 2 Breaking
GET /transactionlines
  • Response
  • 200 response Modified
    • application/json content type Modified
      • dimensions property Added
    • application/hal+json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
  • Query
  • includeDimensions query parameter Added
GET /transactionlines/{id}
  • Response
  • 200 response Modified
    • application/json content type Modified
      • dimensions property Added
    • application/hal+json content type Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking