| Time | Status | User Agent |  |
| :-- | :-- | :-- | :-- |
| Make a request to see history. |

#### URL Expired

The URL for this request expired after 30 days.

### Dealership Information

#### Fields

- **id**: integer (required) - The id of the dealership
- **name**: string
- **agreement_id**: number - The ID of the agreement to assign to the fleet
- **program_type**: string - A string representing the type of program the fleet is in (courtesy, rental, etc)
- **require_insurance_sufficiency**: string (enum) - Specifies when insurance sufficiency checks are required (none, loaner, rental, or loaner_rental)

Allowed: `none`, `loaner`, `rental`, `loaner_rental`

- **api-version**: integer (required) - Target API version

### HTTP Response Codes

- `201` Success
- `401` Unauthorized
- `403` Forbidden
- `404` Not found
- `406` Not Acceptable
- `422` Unprocessable Content

### API Endpoint Example

Base URL: `https://api.dealerware.com/admin/dealerships/{id}/fleets`

```bash
curl --request POST \
     --url https://api.dealerware.com/admin/dealerships/id/fleets \
     --header 'accept: application/json' \
     --header 'content-type: application/json'
```
