Update a Customer's profile
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
customer_id
integer
required
the customer ID
email
string
Email could be required based on the communication_preference location setting
first_name
string
required
language
string
enum
required
Allowed:en fr
last_name
string
required
phone_number
string
required
api-version
integer
required
Target API version
204 No Content
# ``401 Unauthorized
# ``403 Forbidden
# ``404 Not found
# ``415 Unsupported Media Type
# ``422 Unprocessable Content
Updated 3 months ago
ShellNodeRubyPHPPython
Bearer
Base URL
https://api.dealerware.com/admin/customers/{customer_id}
xxxxxxxxxx
curl --request PUT \
--url https://api.dealerware.com/admin/customers/customer_id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"language":"en"}'
Click Try It! to start a request and see the response here! Or choose an example:
application/json
401403404415``422
Updated 3 months ago