---
title: "Find accounting contact by ID"
method: GET
path: "/AccountingContact/{accountingContactId}"
tags: ["AccountingContact"]
---

# Find accounting contact by ID

`GET /AccountingContact/{accountingContactId}`

Returns a single accounting contac

## Path parameters

- `accountingContactId` integer, required

## Response `200`

Successful operation

- object
  - `objects` ModelAccountingContactResponse[]
    - `id` string — The accounting contact id
    - `objectName` string — The accounting contact object name
    - `create` string, date-time — Date of accounting contact creation
    - `update` string, date-time — Date of last accounting contact update
    - `contact` object — The contact to which this accounting contact belongs.
      - `id` string, required — Unique identifier of the contact
      - `objectName` string, required — Model name, which is 'Contact'
    - `sevClient` object — Client to which accounting contact belongs. Will be filled automatically
      - `id` string, required — Unique identifier of the client
      - `objectName` string, required — Model name, which is 'SevClient'
    - `debitorNumber` string — Debitor number of the accounting contact.
    - `creditorNumber` string — Creditor number of the accounting contact.

## Other responses

- `400` — Bad request. Accounting contact was not found
- `401` — Authentication required
- `500` — Server Error

---

[API](https://skmtc.net/sevdesk/apis/sevdesk-api.md) · [All operations](https://skmtc.net/sevdesk/apis/sevdesk-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sevdesk/sevdesk-api/versions/a32cec0fecea/schema)
