frappe_create_doc
Create a new document in Frappe/ERPNext by specifying the DocType and field values via REST API.
Instructions
Create a new document of the given DocType with the provided field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value pairs of fields and their values. | |
| doctype | Yes | The DocType to create. |