| 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 to tie the Employer Information to

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

#  `200      Success`

object

**name**  
string

**phone_number**  
string

**line1**  
string

**line2**  
string

**city**  
string

**subregion**  
string

**country**  
string

**postal_code**  
string

**links**  
object

**customer**  
object

**customer object**

#  `401      Unauthorized`

#  `403      Forbidden`

#  `404      Not found`

#  `406      Not Acceptable`

```
xxxxxxxxxx

curl --request GET \
     --url https://api.dealerware.com/admin/customers/customer_id/employer \
     --header 'accept: application/json'
```

```
xxxxxxxxxx

{
  "name": "Whataburger",
  "phone_number": "5124592222",
  "line1": "1234 Whataburger Ln.",
  "line2": "Suite 22",
  "city": "Austin",
  "subregion": "TX",
  "country": "US",
  "postal_code": "78701",
  "links": {
    "customer": {
      "id": 2,
      "href": "https://api.dw-tst.com/admin/some_resources/2"
    }
  }
}
