Change Updates

Do not miss any Wyzio API changes, ever again

Subscribe to the Wyzio API changelog to be up to date on recent changes.

RSS

about 1 hour ago

main
1.0
Compare

API structure has changed

Next change
18 structure changes including:
1 Breaking change
17 Additions
1 Modification
Modified 1 Breaking
POST /api-v1/accounting-period/batch
  • Path went from /api-v1/payment/batch to /api-v1/accounting-period/batch (same operationId)
    Breaking
  • Verb went from PATCH to POST (same operationId)
    Breaking
  • Body
  • application/json content type Modified
    • valueDate, chartOfAccountsId, purchasePayments, salesPayments, payrollPayments, bankCharges, lossOnDebtors properties Removed
      • Removing a resource is always breaking unless it was deprecated before
        Breaking
    • AccountingPeriod property Added
  • Response
  • 200 response Modified
    • application/json content type Modified
      • data, error, valid properties Removed
        • Removing a resource is always breaking unless it was deprecated before
          Breaking
      • items property Added
Added 17
PUT /api-v1/accounting-period/unlock/{id}
PUT /api-v1/accounting-period/open/{id}
PUT /api-v1/accounting-period/lock/{id}
PUT /api-v1/accounting-period/list-unlock/{id}
PUT /api-v1/accounting-period/list-lock/{id}
PUT /api-v1/accounting-period/close/{id}
PATCH /api-v1/payment/batch
GET /api-v1/generate-pdfs
GET /api-v1/generate-pdf
GET /api-v1/accounting-period/{id}
GET /api-v1/accounting-period/vat-rule
GET /api-v1/accounting-period/latest-open-period-start-date
GET /api-v1/accounting-period/latest-end-date
GET /api-v1/accounting-period/latest
GET /api-v1/accounting-period/date-lock-status/{date}
GET /api-v1/accounting-period
DELETE /api-v1/accounting-period/{id}