CRM, invoicing, HR, products, and agent REST API patterns for the NZRT ERP system.
| Path | Description | Auth |
|---|---|---|
| GET /app/dol/search?q= | Full-text search across Dolibarr vault | x402 $0.001 |
| GET /app/dol/note?section=&file= | Fetch a specific Dolibarr knowledge note | x402 $0.001 |
| section= | Description |
|---|---|
| 01 - Product Management | Catalogue, stock, BOM, manufacturing |
| 02 - Customer & Sales | Proposals, orders, invoices, POS, opportunities |
| 03 - Supplier & Purchase | Vendors, purchase orders, delivery, invoices |
| 04 - Finance & Accounting | Accounting, bank, payments, reports |
| 05 - Collaboration | Calendar, projects, events |
| 06 - Human Resources | Staff, leave, expenses, timesheets |
| 07 - Document Management | EDM, emailing, email collector |
| 08 - Administration | Users, permissions, modules |
| 09 - Integrations | WordPress, REST API, payments, LDAP |
| 10 - Reference | API reference, troubleshooting |
| 11 - Configuration | API keys, SMTP, database settings |
# Search Dolibarr vault curl -i "https://api.nzrtnetwork.com/app/dol/search?q=invoice" # Fetch a note curl -i "https://api.nzrtnetwork.com/app/dol/note?section=09+-+Integrations&file=REST+API"
x402-compatible clients handle payment automatically. Contact nathan@nzrtnetwork.com for MCP server access.