{"name":"BC NTLM Proxy","version":"3.0.0","description":"A secure proxy for Microsoft Dynamics 365 Business Central with full OData support and multi-environment switching","defaultEnvironment":"production","environments":{"test":"JB COPY 4 Jan 2026","production":"Johnson Brothers (Belfast) Ltd"},"usage":"Add ?env=test or ?env=production to any endpoint to target a specific BC company. Default: production.","endpoints":{"environments":"GET /environments - List available environments","health":"GET /health?env=production - Check proxy and BC connection status","customers":"GET /customers?search=name&env=production - Search customers by name","items":"GET /items?search=name&number=12345&top=20&env=production - Search items with ALL properties (OData)","itemUnitSize":"GET /items/{number}/unitsize?env=production - Get Purchase Unit Size for quantity conversion","batchUnitSize":"POST /items/unitsize/batch?env=production - Get unit sizes for multiple items","salesOrders":"GET /salesOrders?env=production - List sales orders","salesOrderDetail":"GET /salesOrders/detail/{number}?env=production - Full order details including Your Reference (OData)","createOrder":"POST /salesOrders?env=production - Create sales order (supports yourReference)","addLine":"POST /salesOrders/{id}/salesOrderLines?env=production - Add line to order"}}