API structure has changed
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/batchto/api-v1/accounting-period/batch(same operationId)Breaking - Verb went from
PATCHtoPOST(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
-
Removing a resource is always breaking unless it was deprecated before
- AccountingPeriod property Added
-
valueDate, chartOfAccountsId, purchasePayments, salesPayments, payrollPayments, bankCharges, lossOnDebtors properties Removed
- 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
-
Removing a resource is always breaking unless it was deprecated before
- items property Added
-
data, error, valid properties Removed
-
application/json content type Modified
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}