...
Code Block |
---|
widget.searchByVIN({ vin: '1N4AZ1CPXJC309165', location_id: 15290 }); |
addCustomerInfo
Example
Code Block |
---|
widget.addCustomerInfo({
name: 'John Doe',
phone: '4564564562',
email: 'john@doe.com',
postalCode: 'L4S0B8',
city: 'Richmond Hill',
province: 'ON',
addressLine1: '30 Via Renzo Drive',
addressLine2: 'Suite 254',
preferredTime: '2020-11-30 17:15', //15 min step
wayToContact: 'phone',
vehicle: {
year: '2020',
make: 'Honda',
model: 'CR-V',
trim: 'LX',
carTireId: 162713,
}
}); |