erpnext_api_request
Execute HTTP requests to any ERPNext API route, supporting methods like GET, POST, PUT, PATCH, DELETE and payload formats including JSON, form, multipart, and binary.
Instructions
Call any same-origin ERPNext HTTP route, including API v1/v2, JSON/form/multipart/binary.
Unknown methods become confirmable sensitive plans in safe_mode. dry_run never sends the
requested mutation; it saves the exact request and reports what could/could not be verified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| request | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||