v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBCheckAccount
Update an existing check account
Update a check account
put/CheckAccount/{checkAccountId}
Path parameters
checkAccountIdinteger required
ID of check account to update
Request body
Example request
{
"name": "Iron Bank"
}Response
Successful operation - Returns changed check account resource
Example response
{
"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": "Iron Bank",
"iban": "DE02100500000054540402",
"type": "online",
"importType": "CSV",
"currency": "EUR",
"baseAccount": "1",
"priority": "2",
"status": "100",
"balance": "12.34",
"bankServer": "FINAPI",
"lastSync": "2024-06-28T14:42:58+02:00",
"accountingNumber": "1800",
"bic": "BELADEBEXXX"
}