Business Category
Status: Trusted Tester
The taxonomy to be applied to business locations indicating the type of services that they provide.
idstring
Example:
AG-1234567typestring
Possible values: [businessCategories]
Default value:
businessCategoriesattributes object
namestring
A user friendly description for the category. It will have been translated based on the Accept-Language header.
isActiveboolean
Whether the category is active. Inactive categories may still be returned when looking up by ID but should not be used for new assignments.
Business Category
{
"id": "AG-1234567",
"type": "businessCategories",
"attributes": {
"name": "string",
"isActive": true
}
}