
How does API integration work with Business Central?
We can push directly to Business Central via API. You'd set up endpoints for each document type:
Once the first one is configured, additional endpoints take 15-30 minutes each. One customer set up 631 endpoints in a month — you won't need anywhere near that, but it shows the flexibility.
This replaces your current workflow of:
How do you handle nested tables with sub-segments, like cylinder groupings?
We showed this live across multiple calls. When a document has grouped items (like "RNT U510" containing nitrous oxide and CO2 cylinders underneath, or "CD" numbers for other equipment), we:
The rule is simple: "When you encounter RNT and a unit number, do not extract that row. Instead, split into the number of rows below it using their beginning balance."
During your team demo, we extended this to CD numbers as well. Same logic, different prefix. One instruction handles both patterns.
Your reaction: "That looks great."
Can we link back to original documents for verification?
Yes. Since you use OneDrive, we can store processed documents there and include the link in the extracted data. When a user sees something that looks wrong in Business Central, they click through to the original document instantly.
This replaces your current AWS storage bucket workflow from Nanonets.