Export end-of-day sales data from PAR Brink for reconciliation against a third-party accounting or BI system
domain: developers.partech.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Call GetOrders (Sales2.svc) with a ClosedOrders filter and a BusinessDate parameter to pull all closed orders for a given business day
Call GetFutureDateOrders where applicable to reconcile orders placed against a future business date (e.g. late-night or pre-orders)
Tie the pull to Brink's 'End of Day' batch-publish semantics rather than an arbitrary wall-clock cutoff, so BusinessDate boundaries match what the POS itself considers closed
Reconcile pulled orders against your accounting/BI system's own close-out process by BusinessDate and order ID, watching for orders that span the EOD boundary
Combine with the Settings2 GetLastModifiedTime pattern if reconciliation also needs to detect same-day menu/price changes that could affect historical order totals
Known gotchas
BusinessDate, not calendar date, is the correct reconciliation boundary — orders placed late at night may belong to the prior BusinessDate depending on the location's configured EOD cutoff
This is a SOAP-based service (Sales2.svc), not a modern REST API — request/response shapes and error handling follow SOAP conventions, which can surprise integrators expecting JSON/REST elsewhere in the PAR ecosystem
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?