v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
CheckAccount

Create a new clearing account

Creates a new clearing account.

post/CheckAccount/Factory/clearingAccount

Request body

namestring

Name of the check account

accountingNumberinteger nullable

The booking account used for this clearing account, e.g. 3320 in SKR04 and 1723 in SKR03. Must be unique among all your CheckAccounts. Ask your tax consultant what to choose.

Example request

{
  "name": "Coupons"
}

Response

Created

Example response

{
  "objects": {
    "id": "2",
    "objectName": "CheckAccount",
    "create": "2024-06-28T14:42:58+02:00",
    "update": "2024-06-28T14:42:58+02:00",
    "sevClient": {
      "id": "0",
      "objectName": "SevClient"
    },
    "name": "Coupons",
    "type": "offline",
    "currency": "EUR",
    "status": "100",
    "accountingNumber": "3320"
  }
}