API Integration Information|
GET STARTED Start Coding READ Methods Available Get Stock Vehicles WRITE Methods Available Add Lead Add Customer |
Add a Customer
This API call will add a new customer to Carro Systems for the dealer who is listed in your DealerID key in the data packet sent. Other methods available are Add Lead which adds a lead 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}/Customer 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}
|