# Create a Geofence Endpoint: POST /geofences Version: 6.10.0 Security: BasicAuth, ApiKey ## Request fields (application/json): - `id` (integer) - `name` (string) - `description` (string) - `area` (string) - `calendarId` (integer) - `attributes` (object) ## Response 200 fields (application/json): - `id` (integer) - `name` (string) - `description` (string) - `area` (string) - `calendarId` (integer) - `attributes` (object)