Rechercher des paiements
boond_payments_searchSearch payments in BoondManager by keywords, invoice, company, project, or date range. Get matching payment records with pagination.
Instructions
Recherche des paiements / reglements dans BoondManager.
Args:
keywords (string, optional): Termes de recherche. Utiliser ACH, CSOC, PRJ selon la doc Boond pour filtrer par achat, societe ou projet.
invoiceId, companyId (string, optional): Conserves pour compatibilite, transmis comme query params si fournis.
startDate, endDate (string, optional): Periode (YYYY-MM-DD)
page, pageSize: Pagination
Returns: Liste des paiements correspondants.
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. | |
| endDate | No | Date de fin (YYYY-MM-DD) | |
| keywords | No | Mots-clés de recherche | |
| pageSize | No | Résultats par page | |
| companyId | No | Filtrer par ID société | |
| invoiceId | No | Filtrer par ID facture | |
| projectId | No | Filtrer par ID projet | |
| startDate | No | Date de début (YYYY-MM-DD) | |
| purchaseId | No | Filtrer par ID achat | |
| resourceId | No | Filtrer par ID ressource |