v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBAccountingContact
Create a new accounting contact
Creates a new accounting contact.
post/AccountingContact
Request body
Example request
{
"contact": {
"objectName": "Contact"
}
}Response
Created - Returns created accounting contact
Example response
{
"id": "0",
"objectName": "AccountingContact",
"contact": {
"id": "0",
"objectName": "Contact"
},
"sevClient": {
"id": "0",
"objectName": "SevClient"
},
"debitorNumber": "0",
"creditorNumber": "0"
}