---
title: "Set Charge Cost"
method: POST
path: "/{vin}/charges/{id}/set_cost"
tags: ["Vehicle Data"]
---

# Set Charge Cost

`POST /{vin}/charges/{id}/set_cost`

Sets the cost of a charge.

## Query parameters

- `cost` number

## Request body

- object
  - `cost` number, nullable

## Response `200`

Success

- object
  - `result` boolean

---

[API](https://skmtc.net/tessie/apis/tessie-api.md) · [All operations](https://skmtc.net/tessie/apis/tessie-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tessie/tessie-api/versions/a9157f7a53a2/schema)
