Skip to content

Instantly share code, notes, and snippets.

View jamesbluecrow's full-sized avatar

David de Miguel Galan jamesbluecrow

View GitHub Profile
@jamesbluecrow
jamesbluecrow / FordCSharpGist.cs
Last active June 11, 2021 04:45
Distributors API - All Languages Sdk Ford Demo
// New Business
var quoteApplication = new QuoteApplication
{
DriverAge = 20,
DriverPostcode = 10000,
VehicleMarketValue = 10000.0,
VehicleNumberOfSeats = 2,
VehicleParkedAtNight = global::Api.Trov.Distributor.Client.QuoteApplication.Types.VehicleParkedAtNight.Garage,
VehicleTrackingDevice = false,
VehicleUse = global::Api.Trov.Distributor.Client.QuoteApplication.Types.VehicleUse.CarriageOfOwnGoods,