REST APIs
Modern RESTful integration-fast, reliable, well-documented
REST API-Based Integration for Open-Source ERP
Manufacturing • Inventory • Quality • Attendance
ERPNext is a popular open-source ERP system for fast-growing SMEs and manufacturers. IoTReady integrates seamlessly with ERPNext using its modern REST APIs, enabling automated data flow from shop floor operations to ERP records.
Modern RESTful integration-fast, reliable, well-documented
Stock Entry, Quality Inspection, Attendance, Batch Tracking
Instant updates from operations to ERPNext records
API Documentation: IoTReady uses the official Frappe REST API framework. View Frappe REST API docs →
Common ERPNext workflows automated through IoTReady
DocType: Stock Entry
Automated posting of all inventory movements:
API Endpoint: POST /api/resource/Stock Entry
DocType: Purchase Receipt
Automated GRN from receiving operations:
API Endpoint: POST /api/resource/Purchase Receipt
DocType: Quality Inspection
Automated QC inspection records:
API Endpoint: POST /api/resource/Quality Inspection
DocType: Attendance
Automated attendance tracking:
API Endpoint: POST /api/resource/Attendance
DocType: Batch
Complete batch-level tracking:
API Endpoint: GET/POST /api/resource/Batch
DocType: Work Order
Production workflow integration:
API Endpoint: GET/PUT /api/resource/Work Order
Operations data captured via barcode scanners, RFID readers, weight scales, and mobile apps:
OTP business rules engine processes and validates data:
Automatic transaction posting using Frappe REST APIs:
POST https://your-erpnext.com/api/resource/Stock Entry
Authorization: token {api_key}:{api_secret}
Content-Type: application/json
{
"stock_entry_type": "Material Receipt",
"company": "Your Company",
"items": [
{
"item_code": "RAW-001",
"qty": 100,
"batch_no": "BATCH-2025-001",
"t_warehouse": "Stores - YC"
}
]
} OTP maintains unit-level traceability beyond ERPNext's aggregated records:
Go Desi manufactures packaged food products (snacks, ready-to-eat meals) and requires complete batch traceability for FSSAI compliance. IoTReady's ERPNext integration automates:
Incoming ingredients (flour, spices, packaging) scanned at receiving → weight captured → Quality Inspection created in ERPNext → QC checklist completed on mobile app → Pass/Fail status updated → Purchase Receipt posted to ERPNext with batch number and QC reference.
Operators scan badge at workstation entry/exit → Work Order fetched from ERPNext → Raw material batches scanned for consumption → Production quantities recorded → Stock Entry (Manufacture) posted to ERPNext linking RM batches to FG batch.
Finished product packaging → automatic batch number generation → batch attributes (mfg date, expiry, lot number) → Stock Entry posted to ERPNext with complete RM to FG traceability.
Operators tap RFID badge at factory entry → Attendance record created in ERPNext → Present status → Working hours tracked for payroll integration.
Standard REST API integration using Frappe framework. API key/secret authentication. JSON request/response format.
Stock, Manufacturing, Quality, HR (Attendance), Projects. Support for standard and custom DocTypes.
Configurable real-time posting or batched transactions based on network and performance requirements.
Automatic sync of Items, Warehouses, Employees, Batches from ERPNext to OTP for validation and lookups.
Retry logic for network failures, alert notifications for API errors, detailed logs for troubleshooting.
Works with both ERPNext Cloud (Frappe Cloud) and self-hosted on-premise installations.
IoTReady uses the official Frappe REST API. Key endpoints:
Zero manual ERPNext data entry. All stock movements, QC results, and attendance flow automatically from operations.
While ERPNext tracks aggregated stock, OTP maintains complete item/batch-level audit trail for compliance.
Automated quality inspection records with mobile checklists, photo attachments, and pass/fail workflows.
RFID or biometric attendance automatically synced to ERPNext HR module for payroll integration.
Complete batch traceability from raw materials to finished goods for food safety regulations.
Clean REST API integration - no custom connectors or middleware required. Fast and reliable.
Complete raw material to finished goods batch traceability for food and pharma manufacturing.
Barcode and RFID-based inventory tracking with automatic ERPNext stock entry posting.
RFID badge-based attendance and workstation tracking integrated with ERPNext HR module.
Explore integrations with SAP, Zoho, Tally, and custom ERP systems.
See how IoTReady connects your shop floor to ERPNext via REST APIs