API structure has changed
14 structure changes including:
3 Breaking changes
5 Additions
6 Modifications
3 Removals
Modified
6
GET /v1/auth/accounts
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/companies/
- Response
-
200 response Modified
-
application/json content type Modified
- data property Modified
-
application/json content type Modified
GET /v1/company/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- settings property Modified
-
application/json content type Modified
PATCH /v1/company
- Response
-
200 response Modified
-
application/json content type Modified
- settings property Modified
-
application/json content type Modified
PATCH /v1/company/settings
- Response
-
200 response Modified
-
application/json content type Modified
- settings property Modified
-
application/json content type Modified
PATCH /v1/company/settings/look-and-feel
- Response
-
200 response Modified
-
application/json content type Modified
- settings property Modified
-
application/json content type Modified
Removed
3
Breaking
DELETE /v1/company/settings/tax-rate/{taxRate}
- Removing a resource is always breaking unless it was deprecated before Breaking
POST /v1/company/settings/tax-rate
- Removing a resource is always breaking unless it was deprecated before Breaking
PUT /v1/company/settings/tax-rate/{taxRate}
- Removing a resource is always breaking unless it was deprecated before Breaking
Added
5
DELETE /v1/tax-rates/{id}
GET /v1/tax-rates/
POST /v1/tax-rates/
POST /v1/tax-rates/{id}/make-default
PUT /v1/tax-rates/{id}