GET api/v{version}/Contacts/GetByID/{id}

Returns a single contact with the specified id

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the contact

integer

Required

version

string

None.

Body Parameters

None.

Response Information

Resource Description

A contact

ContactOutDTO
NameDescriptionTypeAdditional information
AutomaticUbl

boolean

None.

Bus

string

None.

CellNr

string

None.

Code

string

None.

Company

boolean

None.

ContactCategory

integer

None.

ContactID

integer

None.

Country

integer

None.

DateOfBirth

date

None.

Email

string

None.

ExternalID

string

None.

GroupBilling

boolean

None.

Header1

string

None.

Header2

string

None.

Header3

string

None.

Language

integer

None.

Memo

string

None.

Name

string

None.

NonGDPR

boolean

None.

ParentID

integer

None.

PaymentCondition

integer

None.

Postalcode

string

None.

Street

string

None.

Telnr

string

None.

Town

string

None.

Type

string

None.

VAT

string

None.

VatCountry

integer

None.

VATNr

string

None.

VATRate

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "AutomaticUbl": true,
  "Bus": "sample string 1",
  "CellNr": "sample string 2",
  "Code": "sample string 3",
  "Company": true,
  "ContactCategory": 1,
  "ContactID": 4,
  "Country": 1,
  "DateOfBirth": "2024-05-07T15:45:36.4319424+02:00",
  "Email": "sample string 5",
  "ExternalID": "sample string 6",
  "GroupBilling": true,
  "Header1": "sample string 7",
  "Header2": "sample string 8",
  "Header3": "sample string 9",
  "Language": 1,
  "Memo": "sample string 10",
  "Name": "sample string 11",
  "NonGDPR": true,
  "ParentID": 1,
  "PaymentCondition": 1,
  "Postalcode": "sample string 12",
  "Street": "sample string 13",
  "Telnr": "sample string 14",
  "Town": "sample string 15",
  "Type": "sample string 16",
  "VAT": "sample string 17",
  "VatCountry": 1,
  "VATNr": "sample string 18",
  "VATRate": 1
}