API structure has changed
3 structure changes including:
3 Modifications
Modified
3
GET /bankaccounts
- Response
-
200 response Modified
-
application/json content type Modified
- transactionType, ledgerAccount properties Added
-
application/json content type Modified
GET /bankaccounts/{id}
- Response
-
200 response Modified
-
application/json content type Modified
- transactionType, ledgerAccount properties Added
-
application/json content type Modified
POST /bankaccounts
- Body
-
application/json content type Modified
- transactionType, ledgerAccount properties Added
- Response
-
201 response Modified
-
application/json content type Modified
- transactionType, ledgerAccount properties Added
-
application/json content type Modified