Creates a new fleet associated with a dealership
| 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
201Success401Unauthorized403Forbidden404Not found406Not Acceptable422Unprocessable Content
API Endpoint Example
Base URL: https://api.dealerware.com/admin/dealerships/{id}/fleets
curl --request POST \
--url https://api.dealerware.com/admin/dealerships/id/fleets \
--header 'accept: application/json' \
--header 'content-type: application/json'