# Créer un client **POST /client** Crée un nouveau client pour l'entreprise. ## Champs obligatoires Seul le nom (`name`) est obligatoire. Tous les autres champs sont optionnels. ## Code client automatique Si vous ne fournissez pas de code client (`code`), un code unique sera généré automatiquement. ## Validation TVA Si vous fournissez un numéro de TVA intracommunautaire, celui-ci sera validé. ## Événement déclenché Un événement `CREATE_CLIENT` est émis après la création. ## Servers - Version 2 of the API: https://wuro.pro/api/v3.2 (Version 2 of the API) ## Authentication methods - App id auth & App secret auth ## Parameters ### Body: application/json (object) - **name** (string) Name of the client (required) - **email** (string(email)) - **phone** (string) - **mobile** (string) - **fax** (string) - **address** (string) - **address_complement** (string) - **address_end** (string) - **zip_code** (string) - **city** (string) - **country** (string) - **category** (string) - **client_code** (string) - **analytical_code** (string) - **siren** (string) - **nic** (string) - **tva_number** (string) - **website** (string) - **description** (string) - **notes** (string) - **tags** (array[string]) ## Responses ### 201 Client créé avec succès #### Body: application/json (object) - **newClient** (object) ### 400 Requête invalide - Nom manquant ou données incorrectes [Powered by Bump.sh](https://bump.sh)