Create Document
create_documentCreate a new document in ERPNext by specifying the DocType and data. Use it to add records like Customers or Items.
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) |