API structure has changed
14 structure changes including:
14 Modifications
Modified
14
Breaking
POST /api/v1/bank-statement/upload
- Body
-
application/json content type Modified
-
bank_transactions property Modified
-
Type went from
arraytoarray[object]
- object property Added
-
Type went from
-
bank_transactions property Modified
POST /api/v1/bank-transaction
- Body
-
application/json content type Modified
-
statement_transactions property Removed
-
Removing a resource is always breaking unless it was deprecated before Breaking
-
Removing a resource is always breaking unless it was deprecated before
- bank_transactions property Added
-
statement_transactions property Removed
POST /api/v1/bank-transaction/reconcile
- Body
-
application/json content type Modified
-
statement_transactions, bank_transactions properties Modified
-
Type went from
arraytoarray[string(uuid)]
-
Type went from
-
statement_transactions, bank_transactions properties Modified
POST /api/v1/charge
- Body
-
application/json content type Modified
-
tax property Modified
- Property is no longer required
-
exclude_from_rmar property Modified
-
Type went from
stringtobooleanBreaking
-
Type went from
-
advice_area property Modified
-
Type went from
arraytoobjectBreaking
- deposit, non_regulated, non_rmar, non_investment_insurance, regulated_mortgage, retail_investment, other_fca_regulated, unknown properties Added
-
Type went from
-
tax property Modified
POST /api/v1/expectation/balance
- Body
-
application/json content type Modified
-
expectation_uuids, statement_transaction_uuids properties Modified
-
Type went from
arraytoarray[string(uuid)]
-
Type went from
-
expectation_uuids, statement_transaction_uuids properties Modified
POST /api/v1/expectation/calculate
- Body
-
application/json content type Modified
-
tax property Modified
- Property is no longer required
-
tax property Modified
POST /api/v1/expectation/reconcile
- Body
-
application/json content type Modified
-
statement_transactions property Modified
-
Type went from
arraytoarray[string(uuid)]
-
Type went from
-
statement_transactions property Modified
POST /api/v1/provider-statement/upload
- Body
-
application/json content type Modified
-
statement_transactions property Modified
-
Type went from
arraytoarray[object]
- object property Added
-
Type went from
-
category_mapper property Modified
-
Type went from
arraytoobjectBreaking
-
Type went from
-
statement_transactions property Modified
POST /api/v1/statement-transaction
- Body
-
application/json content type Modified
-
statement_transactions property Modified
-
Type went from
arraytoarray[object]
- object property Added
-
Type went from
-
statement_transactions property Modified
POST /api/v1/statement-transaction/auto-reconcile
- Body
-
application/json content type Modified
-
statement_transaction_uuids, provider_statement_uuids properties Modified
-
Type went from
arraytoarray[string(uuid)]
-
Type went from
-
statement_transaction_uuids, provider_statement_uuids properties Modified
POST /api/v1/statement-transaction/create-expectations
- Body
-
application/json content type Modified
-
statement_transactions property Modified
-
Type went from
arraytoarray[string(uuid)]
-
Type went from
-
statement_transactions property Modified
PUT /api/v1/bank-transaction/{bankTransaction_uuid}
- Body
-
application/json content type Modified
-
amount property Modified
-
Type went from
string(date)tointegerBreaking
-
Type went from
-
amount property Modified
PUT /api/v1/charge/{uuid}
- Body
-
application/json content type Modified
-
recurring, exclude_from_rmar properties Modified
-
Type went from
stringtobooleanBreaking
-
Type went from
-
tax property Modified
- Property is no longer required
-
advice_area property Modified
-
Type went from
arraytoobjectBreaking
- deposit, non_regulated, non_rmar, non_investment_insurance, regulated_mortgage, retail_investment, other_fca_regulated, unknown properties Added
-
Type went from
-
recurring, exclude_from_rmar properties Modified
PUT /api/v1/expectation/{uuid}
- Body
-
application/json content type Modified
-
exclude_from_rmar property Modified
-
Type went from
stringtobooleanBreaking
-
Type went from
-
advice_area property Modified
-
Type went from
arraytoobjectBreaking
- deposit, non_regulated, non_rmar, non_investment_insurance, regulated_mortgage, retail_investment, other_fca_regulated, unknown properties Added
-
Type went from
-
exclude_from_rmar property Modified