Skip to content

Create a fuel

POST
/fuels

Create a new fuel type

object
name
string
description
string
type
string
units
Array<string>
archived
boolean
color
object
key
additional properties
any

Fuel created

object
id
string
company_id
string | null
name
string | null
description
string | null
type
string | null
units
array | null
archived
boolean
color
object | null

Invalid request

object
success
required
boolean
error
required
string
Example
An error occurred

Unauthorized