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

Tax Schemas

definies a mapping between a key/label an country dependent tax-rates

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

the label for this tax-schema

descriptionstringOptional

a small description

defaultCountryCodestringRequired

the country to select for the default tax-rate

activebooleanRead-onlyOptional

Aktiv?

Default: true
get/erp/taxes/tax-schemas/{id}

Update existing Resource

put
Path parameters
idinteger · int64Required

an identifier

Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

the label for this tax-schema

descriptionstringOptional

a small description

defaultCountryCodestringRequired

the country to select for the default tax-rate

activebooleanRead-onlyOptional

Aktiv?

Default: true
Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

the label for this tax-schema

descriptionstringOptional

a small description

defaultCountryCodestringRequired

the country to select for the default tax-rate

activebooleanRead-onlyOptional

Aktiv?

Default: true
put/erp/taxes/tax-schemas/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
200

successful operation

application/json
contextstringOptional

message context

messageValuestringOptional

message

delete/erp/taxes/tax-schemas/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

the label for this tax-schema

descriptionstringOptional

a small description

defaultCountryCodestringRequired

the country to select for the default tax-rate

activebooleanRead-onlyOptional

Aktiv?

Default: true
put/erp/taxes/tax-schemas/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

the label for this tax-schema

descriptionstringOptional

a small description

defaultCountryCodestringRequired

the country to select for the default tax-rate

activebooleanRead-onlyOptional

Aktiv?

Default: true
put/erp/taxes/tax-schemas/{id}/activate

Create new Resource

post
Body
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

the label for this tax-schema

descriptionstringOptional

a small description

defaultCountryCodestringRequired

the country to select for the default tax-rate

activebooleanRead-onlyOptional

Aktiv?

Default: true
Responses
200

successful operation

application/json
versionstringOptional

Version Identifier for this Object (for PUT)

idstringOptional

Unique identifier of the Object

labelstringRequired

the label for this tax-schema

descriptionstringOptional

a small description

defaultCountryCodestringRequired

the country to select for the default tax-rate

activebooleanRead-onlyOptional

Aktiv?

Default: true
post/erp/taxes/tax-schemas

Last updated

Was this helpful?