v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBCheckAccount
Create a new clearing account
Creates a new clearing account.
post/CheckAccount/Factory/clearingAccount
Request body
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"
}
}