Marketing
Universal resource locator (URI) that points towards a web site carrying marketing material supplied.
imageAlbums object[]
Image albums associated
Array [
photostring<url>
Represents a Url for an internet accessible resource
caption 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:
enstringstringrequired
Translated string
]
logoImagestring<url>[]
URL to location of logo(s) the parking operator wishes to associate with this parking facility (e.g. their logo, schemes [ParkMark])
]
webURLsstring<url>[]
Marketing
{
"imageAlbums": [
{
"photo": "string",
"caption": [
{
"language": "en",
"string": "string"
}
],
"logoImage": [
"string"
]
}
],
"webURLs": [
"string"
]
}