| 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

**id**  
integer  
required  
The id of the employee

**first_name**  
string

**last_name**  
string

**phone_number**  
string

**api-version**  
integer  
required  
Target API version

```
204
No Content

# ``401      Unauthorized

# ``403      Forbidden

# ``404      Not found

# ``415      Unsupported Media Type

# ``422      Unprocessable Content
```

**Base URL**  
`https://api.dealerware.com/admin/dealerships/{dealership_id}/employees/{id}`

```
curl --request PUT \
     --url https://api.dealerware.com/admin/dealerships/dealership_id/employees/id \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```

**application/json**  
``401``403``404``415``422
