Skip to main content
Documentation

Domain

Services capabilities

8 capabilities, all acting on a service. A reference to one from another domain is spelled service_id — never a bare id — and every one of those fields names the capability that produces it, so a model can chain calls without guessing.
CapabilityWhat it doesEffect
services.listPOST /api/v1/services/listList the services on the shop's menu and their pricesread-only
services.getPOST /api/v1/services/getGet one service, its price shape and what it needs to runread-only
services.categoriesPOST /api/v1/services/categoriesList the categories the shop's services are grouped underread-only
services.tiersPOST /api/v1/services/tiersRead a service's price and install time per vehicle sizeread-only
services.createPOST /api/v1/services/createAdd a new service to the shop's menu with its pricewrites
services.update_pricePOST /api/v1/services/update_priceChange what a service costs, at one vehicle size or overallwrites
services.set_onlinePOST /api/v1/services/set_onlineShow or hide one service on the public booking pagewrites
services.price_bookPOST /api/v1/services/price_bookRead the whole service menu with every price in one callread-only

← Every domain