Structure of Snap Schedule 365 object: Location
PROPERTIES
| Title | Type | Description | 
|---|---|---|
| ID | number | ID of the location | 
| IsActive | boolean | Active status of the location | 
| Code | string | Unique code to identify the location | 
| Description | string | Description of the location | 
| IPAddresses | string | List of the locations network IP addresses | 
| GeoFenceLatitude | number | GPS latitude of location where punches may occur | 
| GeoFenceLongitude | number | GPS longitude of location where punches may occur | 
| GeoFenceRadius | number | Radius of geo-fence circle in which punches may occur (measured in feet) | 
| GeoFenceLatitude2 | number | 2nd GPS latitude of location where punches may occur | 
| GeoFenceLongitude2 | number | 2nd GPS longitude of location where punches may occur | 
| GeoFenceRadius2 | number | 2nd Radius of geo-fence circle in which punches may occur (measured in feet) | 
| GeoFenceLatitude3 | number | 3rd GPS latitude of location where punches may occur | 
| GeoFenceLongitude3 | number | 3rd GPS longitude of location where punches may occur | 
| GeoFenceRadius3 | number | 3rd Radius of geo-fence circle in which punches may occur (measured in feet) | 
| ContactInfo | ContactInfo | Identifies any contact information for the location | 
| CustomInfo | CustomInfo | Identifies any custom data for the location | 
| Notes | string | Any notes for the location | 
| DateCreated | Date | Date and time that the location was created | 
| LastUpdated | Date | Date and time that the location was updated | 
| CompanyTimeNow | Date | The current date and time in the account’s defined timezone. |