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

5 days ago

main
0.39.0
Compare
0.39.0

API structure has changed

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