v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
AccountingContact

Find accounting contact by ID

Returns a single accounting contac

get/AccountingContact/{accountingContactId}

Path parameters

accountingContactIdinteger required

ID of accounting contact to return

Response

Successful operation

Example response

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