---
title: "Update Initial Balance"
method: PUT
path: "/api/v3/clients/{client_id}/initial_balance.json"
tags: ["Treasury"]
---

# Update Initial Balance

`PUT /api/v3/clients/{client_id}/initial_balance.json`

Updates the initial balance of a specific client.

## Path parameters

- `client_id` string, required

## Query parameters

- `api_key` string, required

## Request body

- InitialBalanceRequest
  - `initial_balance` object, required
    - `value` number, required
    - `date` string, required
    - `observation` string, nullable

## Response `200`

SUCCESS

- InitialBalanceResponse
  - `initial_balance` object
    - `value` number
    - `date` string, date
    - `observation` string, nullable

## Other responses

- `401` — ACCESS DENIED
- `404` — NOT FOUND
- `422` — UNPROCESSABLE ENTITY

## Changes

- **2026-08-25** `5b82d4eb0d9f` — 2 breaking, 1 warning, 1 info
  - the response property `initial_balance/observation` became nullable for the status `200`
  - the `errors` response's property type/format changed from `object`/`` to `array`/`` for status `401`
  - removed the optional property `errors/error` from the response with the `401` status
  - the request property `initial_balance/observation` became nullable

[Change history](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/changes/api/v3/clients/:client_id/initial_balance.json/put.md)

---

[API](https://skmtc.dev/invoicexpress/apis/invoicexpress-api.md) · [All operations](https://skmtc.dev/invoicexpress/apis/invoicexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/invoicexpress/invoicexpress-api/revisions/5b82d4eb0d9f/schema)
