Create, update, and delete customer accounts in CleanCloud's laundry pickup-and-delivery REST API.
domain: cleancloudapp.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Retrieve the api_token from Admin > Pickup and Delivery > API in the CleanCloud dashboard.
POST to https://cleancloudapp.com/api/addCustomer with required customerName, customerTel, and customerEmail, plus optional fields like customerAddress, customerLat/customerLng, or makeLatLng/findRoute to auto-geocode and auto-assign a delivery route.
Store the returned CustomerID — every later order, subscription, or card action for that customer requires it.
POST to https://cleancloudapp.com/api/updateCustomer with only the fields that need to change; unlisted fields are left untouched.
Use https://cleancloudapp.com/api/deleteCustomer with api_token and customerID to remove an account.
Known gotchas
updateCustomer only overwrites the parameters actually sent — omitted fields are not cleared or reset to blank.
Setting findRoute=1 assigns the customer to a route based on configured geofences, so geofences/routes must already exist in CleanCloud or the assignment is meaningless.
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?