Updates an employer for a customer
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Customer Information
- customer_id (integer, required): The Customer ID to tie the Employer Information to
- name (string)
- phone_number (string)
- line1 (string)
- line2 (string)
- city (string)
- subregion (string)
- country (string)
- postal_code (string)
- api-version (integer, required): Target API version
Status Codes
204 No Content
401 Unauthorized
403 Forbidden
404 Not Found
415 Unsupported Media Type
422 Unprocessable Content
Example Request
curl --request PUT \
--url https://api.dealerware.com/admin/customers/customer_id/employer \
--header 'accept: application/json' \
--header 'content-type: application/json'
Response Format
- application/json
401
403
404
415
422
Updated 3 months ago