Detailed location with information about country, state, city etc.
| Field | Type | Required | Description |
|---|---|---|---|
desk_location |
Optional[str] | ➖ | Desk number. |
timezone |
Optional[str] | ➖ | Location's timezone, e.g. UTC, PST. |
address |
Optional[str] | ➖ | Office address or name. |
city |
Optional[str] | ➖ | Name of the city. |
state |
Optional[str] | ➖ | State code. |
region |
Optional[str] | ➖ | Region information, e.g. NORAM, APAC. |
zip_code |
Optional[str] | ➖ | ZIP Code for the address. |
country |
Optional[str] | ➖ | Country name. |
country_code |
Optional[str] | ➖ | Alpha-2 or Alpha-3 ISO 3166 country code, e.g. US or USA. |