Manage dynamic green-fee price overrides for a golf club using the Golfmanager API.
domain: eu.golfmanager.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with an admin-scoped API key (HTTP Basic Auth or the 'key' header plus tenant)
Call GET /prices to read existing price records for products, courses, and player types
Create or update a price override with POST /savePrice, tying together a product, course, and player type over a time window
Remove an override with POST /deletePrice once a promotional or seasonal rate window ends
Cross-check against GET /products and GET /reservationtypes so the override maps to a product/player-type combination that actually exists
Known gotchas
A price override is a three-way join (product + course + player type) — all three must belong to the same club or the save fails
Deleting a price does not necessarily fall back to a sensible default automatically; verify what rate applies once an override is removed before relying on it in production
These endpoints are admin-only — a consumer-scoped API key cannot read or write pricing
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?