[GET] ~/resources/ownersettings/{ownerId}

Gets the owner settings.

Request Information

URI Parameters

NameDescriptionType
ownerId

The identifier that owns this item.

integer

This value is required and must not be omitted.

Body Parameters

None.

Request Formats

None.

Response Information

Resource Description

The owner settings.

An instance of: OwnerSettings
NameDescriptionType
OpeningHours

Gets or sets the opening hours.

Collection of Object

AutohauskennerDealerId

Gets or sets the identifier of the autohauskenner dealer.

string

Response Formats

application/json, text/json

Sample:
{
  "autohauskennerDealerId": "sample string 1"
}