Create a fuel
POST /fuels
POST
/fuels
Create a new fuel type
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
name
string
description
string
type
string
units
Array<string>
archived
boolean
color
object
key
additional properties
any
Responses
Section titled “ Responses ”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 occurredUnauthorized