v1

latestOpenAPI 3.0.1Apache 2.02026-07-2473111182.6 KB
ClientCategory

Retrieve a client category

Get a client category for the specified business id and category id

get/api/business/{businessId}/category/client/{categoryId}

Path parameters

businessIdstring required
categoryIdstring required

Response

Specified client category retrieved

categoryIdstring
namestring
descriptionstring
archivedboolean
discountOffersboolean

Example response

{
  "categoryId": "ab123",
  "name": "Loyal Customer",
  "description": "Has made many visits"
}