| Key | Type | Description |
|---|---|---|
| tax_categories | Tax category[] | no |
{
"tax_categories": [], // List of tax categories - see 'Revenue reporting tax category model'
"pagination_info": {} // Pagination info - see 'Pagination info'
}curl --location --request PUT 'https://api.mpc.dev.placewise.com/v1/users/me/operations/revenue_reporting/tax_categories/stores/1' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'X-Store-Id: ' \
--header 'Content-Type: application/json'{}