GET /tariff HTTP/1.1
Host: api.ecosuite.io/
Accept: */*
{
"tariffs": [
null
]
}POST /tariff HTTP/1.1
Host: api.ecosuite.io/
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"provider": "openei"
}{
"tariff": {
"assetType": "tariff",
"author": "text",
"created": "2025-12-13",
"id": "text",
"lastUpdated": "2025-12-13",
"lastUpdatedBy": "text",
"path": "/",
"provider": "openei"
}
}PUT /tariff HTTP/1.1
Host: api.ecosuite.io/
Content-Type: application/json
Accept: */*
Content-Length: 21
{
"provider": "openei"
}{
"tariff": {
"assetType": "tariff",
"author": "text",
"created": "2025-12-13",
"id": "text",
"lastUpdated": "2025-12-13",
"lastUpdatedBy": "text",
"path": "/",
"provider": "openei"
}
}GET /tariff/{tariffId} HTTP/1.1
Host: api.ecosuite.io/
Accept: */*
{
"tariff": {
"assetType": "tariff",
"author": "text",
"created": "2025-12-13",
"id": "text",
"lastUpdated": "2025-12-13",
"lastUpdatedBy": "text",
"path": "/",
"provider": "openei"
}
}DELETE /tariff/{tariffId} HTTP/1.1
Host: api.ecosuite.io/
Accept: */*
{
"deleted": "text"
}