LocationAddress
addressstringnullable
Address
Example:
123 Main Street
citystringnullable
City
Example:
Abbeville
statestringnullable
State
Example:
Alabama
postalstringnullable
Postal code
Example:
36310
countrystringnullable
Country
Example:
US
LocationAddress
{
"address": "123 Main Street",
"city": "Abbeville",
"state": "Alabama",
"postal": "36310",
"country": "US"
}