post https://api.nbx-stage-westeurope.nitrobox.io/v2/tax/tax-provider-properties
Responses
xxxxxxxxxx
12curl --request POST \
--url https://api.nbx-stage-westeurope.nitrobox.io/v2/tax/tax-provider-properties \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"clientSideLogging": true,
"avaTaxCalculation": true,
"documentRecording": true,
"sandboxMode": true
}
'