Skip to main content

Create Tire

Creates a new Tire

Request Body

  • part_id integer

    Possible values: >= 1

  • tire_position_id integer

    Possible values: >= 1

  • pressure integer

    Pressure

  • tread_depth integer

    Tread Depth

Responses

OK


Schema

  • id integer

    The id of the Tire

  • tire_position_id integer

    A Tire Position id. The existence of a tire_position_id indicates this Tire is currently installed. Similiarly, if this value is null, then this Tire is not currently installed on a Vehicle.

  • part_id integer

    A Part id.

  • axle_config_id integer

    An Axle Configuration id. The existence of a axle_config_id indicates this Tire is currently installed. Similiarly, if this value is null, then this Tire is not currently installed on a Vehicle.

  • pressure integer

    The air pressure of the Tire in pounds per square inch (PSI)

  • tread_depth integer

    The tread depth of the Tire in /32 inch.

  • current_meter number

    The current meter of the Tire.

  • created_at date-time

    When the Tire was created

  • updated_at date-time

    When the Tire was last updated

Loading...