info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Tenants/{tenantName}
Description

Retrieves an individual client by its database name (SL_M[client name])

Request

URI Parameters

tenantName
string
Required

Body Parameters

None.

Response

Resource Description

Model: TenantReadModel
AdditionalInformation
string
Required
Length: including between 0 and 80
Database field: [CLIENTPROGRAM].[ProgrammeVersion]

Company
string
Required
Length: including between 0 and 80
Database field: [CLIENT].[Company]

CurrencyThreeLetter
string
Required
Length: including between 0 and 3
Database field: [CLIENTPROGRAM].[ProgrammeVersion]

FirstName
string
Required
Length: including between 0 and 80
Database field: [CLIENT].[Firstname]

Kind
string
Required
Database field: [CLIENT].[ClientType]

LastName
string
Required
Length: including between 0 and 80
Database field: [CLIENT].[Name]

Name
string
Required
Length: including between 0 and 14
Database field: [CLIENT].[DatabaseName]

Salutation
string
Required
Length: including between 0 and 80
Database field: [CLIENT].[Salutation]

TenantCountry
string
Required
Length: including between 0 and 2
Database field: [CLIENT].[ClientCountry]

VersionNumber
string
Required
Length: including between 0 and 40
Database field: [CLIENTPROGRAM].[ProgrammeVersion]

Read only
The detail address model of a client.

Read only
The detail contact model of a client.

Response Formats
application/json
Example:
    {
  "AdditionalInformation": "sample string 1",
  "Company": "sample string 2",
  "CurrencyThreeLetter": "sample string 3",
  "FirstName": "sample string 4",
  "Kind": "sample string 5",
  "LastName": "sample string 6",
  "Name": "sample string 7",
  "Salutation": "sample string 8",
  "TenantCountry": "sample string 9",
  "VersionNumber": "sample string 10",
  "Address": {
    "City": null,
    "CountryId": null,
    "HouseNumber": null,
    "Street": null,
    "ZipCode": null
  },
  "Contact": {
    "EMail": null,
    "FaxNumber": null,
    "HomePageUrl": null,
    "TelephoneNumber": null
  }
}