Address
cityPrefix
{
"cityPrefix": "cityPrefix"
}{
"cityPrefix": "Lake"
}secondaryAddress
{
"secondaryAddress": "secondaryAddress"
}{
"secondaryAddress": "Suite 517"
}state
{
"state":"state"
}{
"state": "Ohio"
}stateAbbr
citySuffix
streetSuffix
buildingNumber
city
streetName
streetAddress
postcode
address
country
latitude(minLatitude, maxLatitude)
Argument
Type
Default
Valid Values
minLatitude
Integer
-90
eg. -90, 0, 90, 77
maxLatitude
Integer
90
eg. -90, 0, 90, 77
longitude(minLongitude, maxLongitude)
Argument
Type
Default
Valid Values
minLongitude
Integer
-90
eg. -90, 0, 90, 77
maxLongitude
Integer
90
eg. -90, 0, 90, 77
Last updated
Was this helpful?