Skip to main content
POST
/
asset
/
{
  "category": "Vehicle",
  "is_aggregate": false,
  "alias": "<string>",
  "name": "<string>",
  "description": "description",
  "availability": {
    "periods": [
      {
        "kwh_available": 123,
        "max_power_kw": 123,
        "min_power_kw": 123,
        "period_end": "2023-11-07T05:31:56Z",
        "period_start": "2023-11-07T05:31:56Z",
        "power_kw": 123,
        "updated_at": "2024-07-11T09:28:23.183984+00:00"
      }
    ]
  },
  "id": 123,
  "created_at": "2023-11-07T05:31:56Z"
}

Body

application/json
category
string
default:Vehicle
is_aggregate
boolean
default:false
alias
string
default:<string>
name
string
default:<string>
description
string
default:description
availability
object

Response

Successful Response

id
integer
required
created_at
string<date-time>
required
category
string
default:Vehicle
is_aggregate
boolean
default:false
alias
string
default:<string>
name
string
default:<string>
description
string
default:description
availability
object