run_method
Execute server-side methods in ERPNext to manage documents, inventory, and reports through API calls with specified parameters.
Instructions
Call a server-side method (whitelisted API).
Args: method: Dotted method path, e.g. "frappe.client.get_list" or "erpnext.selling.doctype.sales_order.sales_order.make_delivery_note" http_method: GET or POST (default POST) args: Optional JSON string of keyword arguments
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| http_method | No | POST | |
| args | No |