using Geotab.Checkmate.ObjectModel;
public static void Main()
var username = "ASRIntegration_ServiceAccount";
var server = "my.geotab.com";
API api = new API(username, password, null, database, server);
Console.WriteLine("Authenticating...");
zone.Id = Id.Create("b22B8");
zone.ExternalReference = "SAMPLE 2";
api.Call<Zone>("Set", typeof(Zone), new { entity = zone });