Clienti
Detalii client
Returneaza un singur client din nomenclator, dupa id.
get/v3/companies/{cif}/clients/{id}
Path parameters
cifstring required
CIF-ul firmei tale, fara spatii.
idstring required
ID-ul clientului
Response
Detalii client
Example response
{
"id": "cus_019f17cde09d73a69826a35d9c640d13",
"name": "Client Exemplu SRL",
"vatCode": "RO77777777",
"regCom": "J40/3333/2020",
"code": "CLI003",
"address": "Str. Exemplu 1",
"city": "Bucuresti",
"county": "Bucuresti",
"country": "Romania",
"bank": "Banca Exemplu",
"iban": "RO49AAAA1B31007593840000",
"email": "client@example.com",
"contact": "Elena Radu",
"phone": "0722000005",
"deliveryAddresses": [
{
"description": "Auto-generated address 1",
"address": "Str. Livezilor 3",
"city": "Bucuresti",
"county": "Bucuresti",
"country": "Romania",
"defaultAddress": true
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.