POST /api/mobile/contacts/new
Crée un nouveau contact (Lead, Client ou Fournisseur)
Body: { type: "LEAD" | "CLIENT" | "SUPPLIER" name: string (requis) email?: string phone?: string website?: string companyName?: string (pour Lead) notes?: string }
POST /api/mobile/contacts/new
Crée un nouveau contact (Lead, Client ou Fournisseur)
Body: { type: "LEAD" | "CLIENT" | "SUPPLIER" name: string (requis) email?: string phone?: string website?: string companyName?: string (pour Lead) notes?: string }