get https://example.com/config/v2/taxability-categories//hierarchy
Returns a list of the requested taxability category, and all its descendants, using pre-order tree traversal.
Responses
Returns a list of the requested taxability category, and all its descendants, using pre-order tree traversal.
xxxxxxxxxx
curl --request GET \
--url https://example.com/config/v2/taxability-categories/id/hierarchy \
--header 'accept: application/json'