Rechercher des factures
boond_invoices_searchSearch invoices in BoondManager using company, project, and period filters to find specific billing records.
Instructions
Recherche des factures dans BoondManager avec filtres par societe, projet et periode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Numéro de page (max: 100) | |
| fields | No | Projection : attributs à afficher par résultat (ex: ['title','updateDate']). Absent = résumé standard. Noms inconnus ignorés. | |
| period | No | Type de période (created, updated, expectedPayment, performedPayment, period) | |
| endDate | No | Date de fin de période (YYYY-MM-DD) | |
| keywords | No | Mots-clés de recherche (référence, société...) | |
| pageSize | No | Résultats par page | |
| companyId | No | Filtrer par ID société | |
| projectId | No | Filtrer par ID projet | |
| startDate | No | Date de début de période (YYYY-MM-DD) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Nombre d'éléments retournés sur cette page | |
| items | Yes | ||
| total | No | Nombre total de résultats côté BoondManager |