To call any of the Carro Systems REST API webservices, just call the REST URL post the input body content as the input content listed below. Please replace the credentials assigned to you.

GET STARTED
Start Coding


READ
Methods Available
Get Stock Vehicles

WRITE
Methods Available
Add Lead
Add Customer

Add a Lead

 

This API call will add a new lead to Carro Systems for the dealer who is listed in your DealerID key in the data packet sent. Other methods available are Add Customer which adds a customer to the system and Update Customer, which will update an existing customer record based on a unique key.

To call this API, you will need to make a POST call to the URL : https://{api url}/Leads

An example data packet is shown below. The only mandary field is the customers name






Not all data fields are required. The example above shows a full data packet, but if you do not have those data fields available to pass in, just remove them from the structure or leave them blank.

A successful call will look like this :

{"message":"Added Successfully","code":100}