Create a new customer associated with a dealership

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

dealership_id
integer
required

the dealership ID

email
string
Email could be required based on the communication_preference location setting

first_name
string
required

language
string
enum
required

enfr

Allowed:
en``fr

last_name
string
required

phone_number
string
required

api-version
integer
required

Target API version

``201 Success

object

Location
string
Link location of created customer

``401 Unauthorized

``403 Forbidden

``404 Not found

``415 Unsupported Media Type

``422 Unprocessable Content


ShellNodeRubyPHPPython

Bearer

Base URL
https://api.dealerware.com/admin/dealerships/{dealership_id}/customers

xxxxxxxxxx

curl --request POST \
     --url https://api.dealerware.com/admin/dealerships/dealership_id/customers \
     --header 'accept: */*' \
     --header 'content-type: application/json' \
     --data '{"language":"en"}'  
xxxxxxxxxx

201 Created

* * *