curl --location -g --request GET 'http:///V1/taxRules/search'
{
"items": [
{
"calculate_subtotal": true,
"code": "string",
"customer_tax_class_ids": [
0
],
"extension_attributes": {},
"id": 0,
"position": 0,
"priority": 0,
"product_tax_class_ids": [
0
],
"tax_rate_ids": [
0
]
}
],
"search_criteria": {
"current_page": 0,
"filter_groups": [
{
"filters": [
{
"condition_type": "string",
"field": "string",
"value": "string"
}
]
}
],
"page_size": 0,
"sort_orders": [
{
"direction": "string",
"field": "string"
}
]
},
"total_count": 0
}