register and update vending machines in vendsoft via its rest api
domain: vendsoft.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Authenticate with your VendSoft API key
Call GET https://secure.vendsoft.com/api/v2/machines to list machines with machineCode, machineName, machineType, machineModel, locationName
Call POST https://secure.vendsoft.com/api/v2/machines with machineCode, machineName, and machineType (enum: Soda, Snack, Coffee, Soda/Snack, Snack/Coffee) to register a new machine
Call PUT https://secure.vendsoft.com/api/v2/machines with the full machine object in the body to update an existing record, matched by machineCode
Link the machine to an existing location by locationName so it appears correctly under the route/location hierarchy
Known gotchas
machineType only accepts the fixed enum of values listed in the schema; unrecognized types are rejected
the update (PUT) endpoint takes the machine object in the request body rather than a machineCode path parameter, unlike the product update endpoint
locationName must already exist (created via the Location endpoint) for the association to resolve correctly
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?