Create Vehicle

Use to create a vehicle entity in Bringg.

$.get('http://yoursite.com/test/' + id, function(data) {
    console.log(data);
});
Language