# Ajouter une ligne à un devis **POST /quote/{uid}/line** Ajoute une nouvelle ligne à un devis existant. Les totaux sont automatiquement recalculés après l'ajout. ## 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 ### Path parameters - **uid** (string) ID du devis ### Body: application/json (object) - **_id** (string) Unique identifier for the line - **description** (string) Description of the line - **price_ht** (number) Price without tax - **quantity** (number) Quantity - **reference** (string) Reference of the product - **title** (string) Title of the line - **total_ht** (number) Total amount without tax - **total_ttc** (number) Total amount with tax - **tva_rate** (number) VAT rate - **type** (string) Type of the line - **unit** (string) Unit of measurement ## Responses ### 200 Ligne ajoutée #### Body: application/json (object) - **updatedQuote** (object) - **line** (object) ### 400 Bad request - Invalid input ### 403 Forbidden - Not authorized to modify this quote ### 404 Quote not found [Powered by Bump.sh](https://bump.sh)