SeatLocationInput
Input Object
Seat location.
Fields
country CountryCode! Required
Country code. See Supported language codes, country codes, and locales.
cityRegionPostal String! Required
City, region, and postal code.
Examples: Austin, TX, 78701, Mayfair, London, W1J, 100-8994 東京都千代田区丸の内.
streetAddress String
Street address. Example: 1600 Pennsylvania Ave.
latitude Float
Latitude for the job location.
longitude Float
Longitude for the job location.
Example
{ "country": "US", "cityRegionPostal": "abc123", "streetAddress": "xyz789", "latitude": 987.65, "longitude": 123.45}