---
title: "POST /v1/crm/clients/import/legal/"
method: POST
path: "/v1/crm/clients/import/legal/"
tags: ["v1"]
---

# POST /v1/crm/clients/import/legal/

`POST /v1/crm/clients/import/legal/`

## Request body

- LegalClientImport
  - `data` LegalClientData[], required
    - `name` string, required
    - `phone` string, nullable
    - `email` string, nullable
    - `bin` string, nullable
    - `address` string, nullable
    - `director` string, nullable
    - `bik` string, nullable
    - `bank` string, nullable
    - `iban` string, nullable

## Response `201`

- LegalClientImport
  - `data` LegalClientData[], required
    - `name` string, required
    - `phone` string, nullable
    - `email` string, nullable
    - `bin` string, nullable
    - `address` string, nullable
    - `director` string, nullable
    - `bik` string, nullable
    - `bank` string, nullable
    - `iban` string, nullable

---

[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)
