Create a tank
POST /tanks
POST
/tanks
Create a new tank
Authorizations
Section titled “Authorizations ”Request Body required
Section titled “Request Body required ”object
external_id
string
customer_id
string
name
string
metadata
object
key
additional properties
any
organization_id
string
product_name
string
product_sku
string
resource_group_id
string
product_id
string
fill_percentage
string
status
string
ship_to_code
string
location_id
string
sales_rep_id
string
tank_address
string
latitude
string
longitude
string
alerts
Array<string>
location_name
string
include_in_job
boolean
unit_id
string
ship_to_id
string
brand
string
service_area_id
string
fuel_id
string
vendor_id
string
tank_monitor_id
string
Responses
Section titled “ Responses ”Tank created
object
id
string
external_id
string | null
company_id
string | null
customer_id
string | null
name
string | null
metadata
object
available_capacity
string
average_daily_usage
string
daily_usage
string
days_to_empty
number
fill_percentage
number
fill_status
string
reading_volume
number
tank_size
number
note
string | null
organization_id
string | null
product_name
string | null
product_sku
string | null
resource_group_id
string | null
product_id
string | null
fill_percentage
string | null
status
string | null
ship_to_code
string | null
location_id
string | null
sales_rep_id
string | null
last_reading_id
string | null
last_reading_date
string | null format: date-time
tank_address
string | null
latitude
string | null
longitude
string | null
alerts
array | null
location_name
string | null
include_in_job
boolean
unit_id
string | null
ship_to_id
string | null
brand
string | null
service_area_id
string | null
last_reading
object | null
fuel_id
string | null
vendor_id
string | null
tank_monitor_id
string | null
last_modified_date
string | null format: date-time
Invalid request
object
success
required
boolean
error
required
string
Example
An error occurredUnauthorized