---
title: "Detalii client"
method: GET
path: "/v3/companies/{cif}/clients/{id}"
tags: ["Clienti"]
---

# Detalii client

`GET /v3/companies/{cif}/clients/{id}`

Returneaza un singur client din nomenclator, dupa id.

## Path parameters

- `cif` string, required
- `id` string, required

## Response `200`

Detalii client

- ClientV3
  - `id` string — ID unic client
  - `name` string
  - `vatCode` string
  - `regCom` string
  - `code` string
  - `address` string
  - `city` string
  - `county` string
  - `country` string
  - `bank` string
  - `iban` string
  - `email` string, email
  - `contact` string
  - `phone` string
  - `isVatPayer` boolean
  - `brand` string — Brand asociat
  - `deliveryAddresses` DeliveryAddressV3[] — Adrese de livrare
    - `description` string
    - `address` string
    - `addressAdditionalInfo` string
    - `addressLine3` string
    - `city` string
    - `county` string
    - `country` string
    - `zipCode` string
    - `defaultAddress` boolean — Adresa implicita de livrare

## Other responses

- `400` — ID malformat
- `401` — Autentificare esuata
- `403` — Permisiuni insuficiente
- `404` — Client negasit
- `405` — Metoda HTTP nepermisa
- `406` — Format neacceptat (Accept header invalid)

---

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