update_document
Update ERPNext documents by specifying DocType, document name, and data fields. Modify customer records, item details, or any entity through API integration.
Instructions
Update an existing document in ERPNext
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doctype | Yes | ERPNext DocType (e.g., Customer, Item) | |
| name | Yes | Document name/ID | |
| data | Yes | Document data to update |