Skip to main content

ContactDetails

Details for some person, service or the parking site itself, especially address information.

available24hoursboolean

Specifies if the availability is 24 hours a day. If [TRUE] available 24 hours. If omitted, this information is unknown or heterogeneous.

contactDetailsFaxstring

Fax of the contact.

contactDetailsLanguageLanguageCode (string)[]

Language(s) this contact is able to speak resp. understand.

Possible values: Value must match regular expression ^[a-z]{2}$

contactDetailsLogoUrlstring<url>

Represents a Url for an internet accessible resource

contactDetailsMoreInfo object[]

Multilingual string, represented as an array of SpecificLanguageString objects, each containing a language code (using ISO 639-1:2002) and the translated string

Possible values: >= 1

  • Array [
  • languageLanguageCode (string)required

    ISO 639-1:2002 language code

    Possible values: Value must match regular expression ^[a-z]{2}$

    Example: en
    stringstringrequired

    Translated string

  • ]
  • contactDetailsResponsibility object[]

    Multilingual string, represented as an array of SpecificLanguageString objects, each containing a language code (using ISO 639-1:2002) and the translated string

    Possible values: >= 1

  • Array [
  • languageLanguageCode (string)required

    ISO 639-1:2002 language code

    Possible values: Value must match regular expression ^[a-z]{2}$

    Example: en
    stringstringrequired

    Translated string

  • ]
  • contactPersonFirstNamestring

    First name of the contact person.

    contactPersonNamestring

    Name of the contact person.

    contactPersonPosition object[]

    Multilingual string, represented as an array of SpecificLanguageString objects, each containing a language code (using ISO 639-1:2002) and the translated string

    Possible values: >= 1

  • Array [
  • languageLanguageCode (string)required

    ISO 639-1:2002 language code

    Possible values: Value must match regular expression ^[a-z]{2}$

    Example: en
    stringstringrequired

    Translated string

  • ]
  • publishingAgreementboolean

    Indication, whether the contact accepted publishing its contact information [TRUE]=accepted.

    urlLinkAddressstring<url>

    Represents a Url for an internet accessible resource

    ContactDetails
    {
    "available24hours": true,
    "contactDetailsFax": "string",
    "contactDetailsLanguage": [
    "en"
    ],
    "contactDetailsLogoUrl": "string",
    "contactDetailsMoreInfo": [
    {
    "language": "en",
    "string": "string"
    }
    ],
    "contactDetailsResponsibility": [
    {
    "language": "en",
    "string": "string"
    }
    ],
    "contactPersonFirstName": "string",
    "contactPersonName": "string",
    "contactPersonPosition": [
    {
    "language": "en",
    "string": "string"
    }
    ],
    "publishingAgreement": true,
    "urlLinkAddress": "string"
    }