9 lines
209 B
Plaintext
9 lines
209 B
Plaintext
POST http://localhost:3000/api/v1/accounts/
|
|
{
|
|
"number": 23123,
|
|
"name": "Aktiva",
|
|
"description": "Girokonto bei der Musterbank eG",
|
|
"type": "default",
|
|
"parentAccount": "Aktiva:Barvermögen:Bargeld"
|
|
}
|