info@selectline.de | +49 391 5555-080 | SelectLine – steht jedem Unternehmen
/Accounting/BankStatement/camt
Beschreibung

Liest eine camt.053-Zip-Datei oder eine camt.053-XML-Datei ein.

  • Es wird das Recht "Kontoauszüge abholen" für die Funktion "E-Banking" benötigt.

Request

URI Parameters

StartImportFrom
date

UseCollectivePositions
boolean

UseValueDateAsBookingDate
boolean

Body Parameters

None.

Response

Resource Description

Model: BankAccountDto
IBAN
string
Erforderlich

Balance
decimal number
Erforderlich

Currency
string
Erforderlich

Date
date
Erforderlich

BankStatements
Collection of BankStatementDto
Erforderlich

Response Formats
application/json
Beispiel:
    {
  "IBAN": "sample string 1",
  "Balance": 1.1,
  "Currency": "sample string 2",
  "Date": "2025-04-25T20:18:05.7369462+02:00",
  "BankStatements": [
    {
      "StatementIdentification": "sample string 1",
      "StatementBalance": 2.1,
      "BankStatementPosition": {
        "StatementPositionErrors": [
          {
            "ErrorType": "CorruptFile",
            "Count": 1
          },
          {
            "ErrorType": "CorruptFile",
            "Count": 1
          }
        ],
        "StatementPositionInformations": [
          {
            "InformationType": "DateMissing",
            "Count": 1
          },
          {
            "InformationType": "DateMissing",
            "Count": 1
          }
        ]
      },
      "StatementErrors": [
        {
          "ErrorType": "CorruptFile",
          "Count": 1
        },
        {
          "ErrorType": "CorruptFile",
          "Count": 1
        }
      ],
      "StatementInformations": [
        {
          "InformationType": "DateMissing",
          "Count": 1
        },
        {
          "InformationType": "DateMissing",
          "Count": 1
        }
      ]
    },
    {
      "StatementIdentification": "sample string 1",
      "StatementBalance": 2.1,
      "BankStatementPosition": {
        "StatementPositionErrors": [
          {
            "ErrorType": "CorruptFile",
            "Count": 1
          },
          {
            "ErrorType": "CorruptFile",
            "Count": 1
          }
        ],
        "StatementPositionInformations": [
          {
            "InformationType": "DateMissing",
            "Count": 1
          },
          {
            "InformationType": "DateMissing",
            "Count": 1
          }
        ]
      },
      "StatementErrors": [
        {
          "ErrorType": "CorruptFile",
          "Count": 1
        },
        {
          "ErrorType": "CorruptFile",
          "Count": 1
        }
      ],
      "StatementInformations": [
        {
          "InformationType": "DateMissing",
          "Count": 1
        },
        {
          "InformationType": "DateMissing",
          "Count": 1
        }
      ]
    }
  ]
}