v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBAccountingContact
Update an existing accounting contact
Attention, updating an existing AccountingContact can lead to booking errors, especially in the DATEV export. Compatibility of sevdesk with DATEV is no longer guaranteed.
put/AccountingContact/{accountingContactId}
Path parameters
accountingContactIdinteger required
ID of accounting contact to update
Request body
Example request
{
"contact": {
"objectName": "Contact"
}
}Response
Successful operation - Returns changed accounting contact resource
Example response
{
"id": "0",
"objectName": "AccountingContact",
"contact": {
"id": "0",
"objectName": "Contact"
},
"sevClient": {
"id": "0",
"objectName": "SevClient"
},
"debitorNumber": "0",
"creditorNumber": "0"
}