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

Mar 26, 2025

main
0.22.2
Compare
0.22.2

API structure has changed

Next Change
4 structure changes including:
4 Modifications
Modified 4
GET /salesorders
  • Response
  • 200 response Modified
    • application/json content type Modified
      • customer property Modified
        • invoiceEmailAddresses 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
      • customer property Modified
        • invoiceEmailAddresses property Added
    • application/hal+json content type Modified
      • customer property Modified
        • invoiceEmailAddresses property Added
PATCH /salesorders/{id}
  • Body
  • application/json content type Modified
    • customer property Modified
      • invoiceEmailAddresses property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • customer property Modified
        • invoiceEmailAddresses property Added
    • application/hal+json content type Modified
      • customer property Modified
        • invoiceEmailAddresses property Added
POST /salesorders
  • Body
  • application/json content type Modified
    • customer property Modified
      • invoiceEmailAddresses property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • customer property Modified
        • invoiceEmailAddresses property Added