v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
AccountingContact

Retrieve accounting contact

Returns all accounting contact which have been added up until now. Filters can be added.

get/AccountingContact

Query parameters

contact[id]string

ID of contact for which you want the accounting contact.

contact[objectName]string
Example:Contact

Object name. Only needed if you also defined the ID of a contact.

Response

Successful operation

Example response

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