A request body to create an Address.
Name | Type | Description | Notes |
---|---|---|---|
address_types | list[str] | Reporting location type associated with the address (used for ELD reporting purposes). | [optional] |
contact_ids | list[str] | An array of Contact IDs associated with this Address. | [optional] |
external_ids | dict(str, str) | The external IDs for the given object. | [optional] |
formatted_address | str | The full street address for this address/geofence, as it might be recognized by Google Maps. | |
geofence | CreateAddressRequestGeofence | ||
latitude | float | Latitude of the address. Will be geocoded from `formattedAddress` if not provided. | [optional] |
longitude | float | Longitude of the address. Will be geocoded from `formattedAddress` if not provided. | [optional] |
name | str | Name of the address. | |
notes | str | Notes about the address. | [optional] |
tag_ids | list[str] | An array of IDs of tags to associate with this address. | [optional] |