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/operations/revenue_reporting/tax_categories/stores/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{}