v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
Contact

Find contact by ID

Returns a single contact

get/Contact/{contactId}

Path parameters

contactIdinteger required

ID of contact to return

Response

Successful operation

Example response

{
  "objects": [
    {
      "id": "0",
      "objectName": "Contact",
      "name": "string",
      "status": "100",
      "customerNumber": "Customer-1337",
      "parent": {
        "id": "0",
        "objectName": "Contact"
      },
      "surename": "John",
      "familyname": "Snow",
      "titel": "Commander",
      "category": {
        "id": "3",
        "objectName": "Category"
      },
      "description": "Rightful king of the seven kingdoms",
      "sevClient": {
        "objectName": "SevClient"
      },
      "name2": "Targaryen",
      "defaultCashbackTime": "string",
      "defaultCashbackPercent": "string",
      "defaultTimeToPay": "string",
      "taxOffice": "string",
      "exemptVat": "false",
      "defaultDiscountAmount": "string",
      "defaultDiscountPercentage": "false",
      "buyerReference": "string",
      "governmentAgency": "false",
      "additionalInformation": "string"
    }
  ]
}