ContactDetails
Details for some person, service or the parking site itself, especially address information.
Specifies if the availability is 24 hours a day. If [TRUE] available 24 hours. If omitted, this information is unknown or heterogeneous.
Fax of the contact.
Language(s) this contact is able to speak resp. understand.
Possible values: Value must match regular expression ^[a-z]{2}$
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
ISO 639-1:2002 language code
Possible values: Value must match regular expression ^[a-z]{2}$
enTranslated 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
ISO 639-1:2002 language code
Possible values: Value must match regular expression ^[a-z]{2}$
enTranslated string
First name of the contact person.
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
ISO 639-1:2002 language code
Possible values: Value must match regular expression ^[a-z]{2}$
enTranslated string
Indication, whether the contact accepted publishing its contact information [TRUE]=accepted.
Represents a Url for an internet accessible resource
{
"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"
}