{
"data": {
"type": "user_tax_profile",
"attributes": {
"vat_number": "123456789",
"default_taxable": true,
"default_tax_rate": "string",
"show_prices_with_tax": true
}
}
}
curl --location --request PUT 'https://rnters-staging.herokuapp.com/api/saas/me/tax_profile' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "user_tax_profile",
"attributes": {
"vat_number": "123456789",
"default_taxable": true,
"default_tax_rate": "string",
"show_prices_with_tax": true
}
}
}'