Skip to main content

InstanceLocation

The location object embedded in an instance. Unlike the catalogue Location, the display name is carried in place.

idintegerrequired
Example: 1
placestringrequired
Example: Prague
countrystringrequired
Example: CZ
versionintegerrequired
Example: 3
InstanceLocation
{
"id": 1,
"place": "Prague",
"country": "CZ",
"version": 3
}