For the complete documentation index, see llms.txt. This page is also available as Markdown.

Tax Select

A tax rate by selection

get
Query parameters
articleIdinteger ¡ int64Required

Ein Artikel

countryCodestringRequired

Ländercode

datestring ¡ dateRequired

Ein Datum

Responses
200

OK

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanRead-onlyOptional

is this tax-rate active (selectable)

Default: true
countryCodestringRequired

the country code for this tax-rate

ratenumberRequired

the rate of this tax-rate

Example: 19
validFromstring ¡ dateRequired

the date, this entry is valid from

get/erp/taxes/tax-select
200

OK

get
Path parameters
taxSchemaIdinteger ¡ int64Required

Ein Tax-Schema

Responses
200

OK

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

activebooleanRead-onlyOptional

is this tax-rate active (selectable)

Default: true
countryCodestringRequired

the country code for this tax-rate

ratenumberRequired

the rate of this tax-rate

Example: 19
validFromstring ¡ dateRequired

the date, this entry is valid from

get/erp/taxes/tax-select/{taxSchemaId}
200

OK

Last updated

Was this helpful?