Sample Use Cases and Flows

This article outlines a use case you can support and provides a sample flow to help guide your implementation.

Create a category and connect a service

By default, all services are connected to the site's default category.

To add an additional category and connect an existing service to it:

  1. Call Create Category, specifying the name. Save the returned category ID.
  2. Call Update Service, specifying the new category ID as service.category.id.
  3. Optional: If you want to change the display order for categories, call Move Category. You can move the category to the beginning, end, or immediately after another category.
Did this help?