create_document
Create new ERPNext documents by providing a DocType and data. Automates adding records such as Customers or Items through the ERPNext API.
Instructions
Create a new document in ERPNext
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Document data | |
| doctype | Yes | ERPNext DocType (e.g., Customer, Item) |