curl -X POST https://api.contazen.ro/v1/clients \ -H "Authorization: Bearer sk_live_YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "Tech Solutions SRL", "email": "contact@techsolutions.ro", "cui": "RO98765432", "rc": "J40/5678/2021", "phone": "+40722334455", "address": "Bd. Tehnologie nr. 45", "city": "București, Sectorul 2", "county": "București", "country": "RO", "postal_code": "020202", "iban": "RO49AAAA1B31007593840000", "bank": "BCR" }'
{ "success": true, "data": { "id": "9z8y7x6w5v", "object": "client", "name": "Tech Solutions SRL", "email": "contact@techsolutions.ro", "phone": "+40722334455", "cui": "RO98765432", "rc": "J40/5678/2021", "client_type": "b2b", "address": "Bd. Tehnologie nr. 45", "city": "București, Sectorul 2", "county": "București", "country": "RO", "postal_code": "020202", "iban": "RO49AAAA1B31007593840000", "bank": "BCR", "contact_person": null, "created_at": 1704240000, "updated_at": 1704240000 }, "meta": { "version": "v1", "response_time": "45.67ms" } }
Create a new client
Was this page helpful?