Tous les outils

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

ChampTypeDescription
invoiceNumber *stringInvoice number to match
counterparty *stringSupplier or customer name
amount *numberInvoice total amount (TTC)
poNumberstringPurchase 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":"…"} })