v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
AccountingContact

Create a new accounting contact

Creates a new accounting contact.

post/AccountingContact

Request body

debitorNumberinteger nullable

Debitor number of the accounting contact.

creditorNumberinteger nullable

Creditor number of the accounting contact.

Example request

{
  "contact": {
    "objectName": "Contact"
  }
}

Response

Created - Returns created accounting contact

idstring

The accounting contact id

objectNamestring

The accounting contact object name

createstring date-time

Date of accounting contact creation

updatestring date-time

Date of last accounting contact update

debitorNumberstring

Debitor number of the accounting contact.

creditorNumberstring

Creditor number of the accounting contact.

Example response

{
  "id": "0",
  "objectName": "AccountingContact",
  "contact": {
    "id": "0",
    "objectName": "Contact"
  },
  "sevClient": {
    "id": "0",
    "objectName": "SevClient"
  },
  "debitorNumber": "0",
  "creditorNumber": "0"
}