Finance · match_invoice_to_po
Rapprocher facture et commande
Associe une facture à un bon de commande.
- Prix
- usage IA du plan
- Prérequis
- Aucun connecteur
- fonctionne sur les clés plateforme
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| invoiceNumber * | string | Invoice number to match |
| counterparty * | string | Supplier or customer name |
| amount * | number | Invoice total amount (TTC) |
| poNumber | string | Purchase order number if known |
Appeler cet outil
Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"match_invoice_to_po","input":{"invoiceNumber":"…","counterparty":"…","amount":1,"poNumber":"…"}}'$
run({ "tool": "match_invoice_to_po", "input": {"invoiceNumber":"…","counterparty":"…","amount":1,"poNumber":"…"} })