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

11 days ago

main
0.37.4
Compare
0.37.4

API structure has changed

Next change
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