PUT
/
accounting
/
accounts
/
{id}
curl -X PUT \
 /accounting/accounts/{id} \
 --header "Content-Type: application/json" \
 --header "Authorization: Bearer <token>" \
 --data '{
    "name": "",
    "number": ""
}'
{
  "id": "f3b3b3b3-3b3b-3b3b-3b3b-3b3b3b3b3b3b",
  "name": "Bankkonto",
  "number": "1200",
  "type": "revenueGermany"
}

Authorizations

Authorization
string
header
required

Value for the Authorization header parameter.

Path Parameters

id
string
required

AccountingAccount identifier

Body

The updated AccountingAccount resource

Response

200
application/json

AccountingAccount resource updated