Skip to main content

IGuide

iGUIDE resource.

address object

The address of the iGUIDE property

citystring

City name

countrystring

The two letter country code as defined by ISO 3166-2

noAddressboolean

Whether the property has no address (e.g. a lot or land parcel)

postalCodestring

The postal code - or the local equivalent thereof - as defined by that country's post office.

provinceStatestring

The subdivision code as defined by ISO 3166-2

streetNamestring

Street name

streetNumberstring

Street number

unitNumberstring

The unit/apartment/suite number or other description of the property

aliasstring

The human-readable alias of the iGUIDE

createdAtstring

The time the iGUIDE was created

idstring

The unique identifier of the iGUIDE

typestring

The type of the iGUIDE (e.g. "standard")

IGuide
{
"address": {
"city": "string",
"country": "string",
"noAddress": true,
"postalCode": "string",
"provinceState": "string",
"streetName": "string",
"streetNumber": "string",
"unitNumber": "string"
},
"alias": "string",
"createdAt": "string",
"id": "string",
"type": "string"
}