Setup Taxes
POST {{api_url}}/tax/{{tenant}}/taxes
Request Body
{"location"=>{"countryCode"=>"DE"}, "taxClasses"=>[{"code"=>"STANDARD", "name"=>{"en"=>"Standard"}, "order"=>0, "rate"=>19}, {"code"=>"REDUCED", "name"=>{"en"=>"Reduced"}, "order"=>1, "rate"=>7}, {"code"=>"ZERO", "name"=>{"en"=>"Zero"}, "order"=>2, "rate"=>0}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Language | string | ||
Content-Type | string | ||
Accept | string | ||
Authorization | string |