---
title: "PATCH /v1/crm/clients/{client_id}/passport/legal/"
method: PATCH
path: "/v1/crm/clients/{client_id}/passport/legal/"
tags: ["v1"]
---

# PATCH /v1/crm/clients/{client_id}/passport/legal/

`PATCH /v1/crm/clients/{client_id}/passport/legal/`

## Path parameters

- `client_id` integer, required

## Request body

- PatchedClientPassportLegal
  - `id` integer
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `bin` string, nullable
  - `address` string, nullable
  - `director` string, nullable
  - `iban` string, nullable
  - `bik` string, nullable
  - `bank` string, nullable
  - `extra` unknown
  - `tenant` integer

## Response `200`

- ClientPassportLegal
  - `id` integer, required
  - `created_at` string, date-time, required
  - `updated_at` string, date-time, required
  - `bin` string, nullable
  - `address` string, nullable
  - `director` string, nullable
  - `iban` string, nullable
  - `bik` string, nullable
  - `bank` string, nullable
  - `extra` unknown
  - `tenant` integer

---

[API](https://skmtc.net/yume-cloud/apis/yume-api.md) · [All operations](https://skmtc.net/yume-cloud/apis/yume-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yume-cloud/yume-api/revisions/90700f5abfcc/schema)
