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

3 days ago

main
0.42.3
Compare
0.42.3

API structure has changed

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