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"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.