AlphaAlpha Docs
API ReferenceBank transactions

Rollback an MT940 import (delete all imported transactions)

POST
/bank-transactions/imports/{importId}/rollback
AuthorizationBearer <token>

In: header

Path Parameters

importId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "http://localhost:18080/api/v1/bank-transactions/imports/string/rollback"
{
  "bankAccountId": "string",
  "bankAccountNumber": "string",
  "closingBalance": 0.1,
  "created": "2019-08-24T14:15:22Z",
  "createdBy": "string",
  "errorMessage": "string",
  "fileName": "string",
  "id": "string",
  "openingBalance": 0.1,
  "statementDate": "2019-08-24T14:15:22Z",
  "statementNumber": "string",
  "status": "PENDING",
  "subsidiaryId": "string",
  "tenantId": "string",
  "transactionsDuplicate": 0,
  "transactionsImported": 0,
  "transactionsMatched": 0
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}