Add variant to tax rule

Creates a new tax rule variant for a existing tax rule.

Path Params
string
required
length between 1 and 100

Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.

Body Params

A tax rule variant. Each variant of a tax rule has a beginning date, rate, name and code.

date-time
required

Date from which rule becomes active e.g., 2020-06-12T12:00:00. It needs to be unique per tax rule, to have a sequence. Must not be null.

string
required
length between 1 and 255

Code of the tax. Must not be blank.

string | null

Ident of the tax exemption assigned to this tax rule variant. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.

string
required
length between 1 and 255

Name of the tax. Must not be blank.

number
required
≥ 0

Tax rate which should be applied with this taxRuleVariant. The Maximum number of fractional digits accepted for this number is 4. Must not be null. Must be greater than or equal to 0.0. Must be a number with up to 15 integral digits and up to 4 fractional digits.

string
required
length between 1 and 100

Must be the unique identifier for tax rule variant. Must have size between 1 and 100 and match with the regular expression '[a-zA-Z0-9_.~-]{1,100}'.

Responses

Language
Credentials
OAuth2
Missing 1 required scope
LoadingLoading…
Response
Choose an example:
application/json