GET Clients/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Client
NameDescriptionTypeAdditional information
DisplayName

string

None.

Name1

string

Required

String length: inclusive between 0 and 255

Name2

string

String length: inclusive between 0 and 255

Street

string

Required

String length: inclusive between 0 and 255

ZipCode

string

Required

String length: inclusive between 0 and 255

City

string

Required

String length: inclusive between 0 and 255

Email

string

String length: inclusive between 0 and 255

InfoText

string

Data type: MultilineText

LogoBytes

Collection of byte

Max length: -1

UserField1

string

String length: inclusive between 0 and 255

UserField2

string

String length: inclusive between 0 and 255

UserField3

string

String length: inclusive between 0 and 255

UserField4

string

String length: inclusive between 0 and 255

UserField5

string

String length: inclusive between 0 and 255

Number

string

Required

String length: inclusive between 0 and 255

Id

globally unique identifier

None.

CreationDate

date

None.

CreationUser

string

String length: inclusive between 0 and 255

ModifiedDate

date

None.

ModifiedUser

string

String length: inclusive between 0 and 255

Response Formats

application/json, text/json

Sample:
{
  "DisplayName": "sample string 13 - sample string 1 (sample string 5)",
  "Name1": "sample string 1",
  "Name2": "sample string 2",
  "Street": "sample string 3",
  "ZipCode": "sample string 4",
  "City": "sample string 5",
  "Email": "sample string 6",
  "InfoText": "sample string 7",
  "LogoBytes": "QEA=",
  "UserField1": "sample string 8",
  "UserField2": "sample string 9",
  "UserField3": "sample string 10",
  "UserField4": "sample string 11",
  "UserField5": "sample string 12",
  "Number": "sample string 13",
  "Id": "3fa17440-c291-4097-957d-7a0e4221c92e",
  "CreationDate": "2026-05-19T17:30:53.3926331+02:00",
  "CreationUser": "sample string 15",
  "ModifiedDate": "2026-05-19T17:30:53.3926331+02:00",
  "ModifiedUser": "sample string 16"
}

application/xml, text/xml

Sample:
<Client xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/hpo.Data">
  <CreationDate>2026-05-19T17:30:53.3926331+02:00</CreationDate>
  <CreationUser>sample string 15</CreationUser>
  <Id>3fa17440-c291-4097-957d-7a0e4221c92e</Id>
  <ModifiedDate>2026-05-19T17:30:53.3926331+02:00</ModifiedDate>
  <ModifiedUser>sample string 16</ModifiedUser>
  <Number>sample string 13</Number>
  <City>sample string 5</City>
  <Email>sample string 6</Email>
  <InfoText>sample string 7</InfoText>
  <LogoBytes>QEA=</LogoBytes>
  <Name1>sample string 1</Name1>
  <Name2>sample string 2</Name2>
  <Street>sample string 3</Street>
  <UserField1>sample string 8</UserField1>
  <UserField2>sample string 9</UserField2>
  <UserField3>sample string 10</UserField3>
  <UserField4>sample string 11</UserField4>
  <UserField5>sample string 12</UserField5>
  <ZipCode>sample string 4</ZipCode>
</Client>