Skip to main content

Create Axle Configuration

POST 

https://secure.fleetio.com/api/v1/axle_configs

Creates a new Axle Configuration.

Request

Body

    vehicle_idId (integer)required

    Possible values: >= 1

    axle_config_template_idId (integer)required

    Possible values: >= 1

    with_installed_tiresboolean

    If true, then the Axle Configuration will have a generic tire installed at each Tire Position

    axles_countinteger

    Only relevant for 'Multi-Axle' Trailer Axle Configurations where the number of Axles is not known.

Responses

OK

Authorization: Authorization

name: Authorizationtype: apiKeyin: headerdescription: Prefix the value with "Token", for example: "Token 76cbe06c49a64".
You can generate a new API key [here](https://secure.fleetio.com/api_keys).
name: Account-Tokentype: apiKeyin: headerdescription: You can find your Account-Token [here](https://secure.fleetio.com/api_keys)

Request Collapse all
Base URL
https://secure.fleetio.com/api
Auth
Body
{
  "vehicle_id": 0,
  "axle_config_template_id": 0,
  "with_installed_tires": true,
  "axles_count": 0
}
ResponseClear

Click the Send API Request button above and see the response here!