TaxRates

the tax rate of a country

Find an existing Resource by identifier

get
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
get
/erp/taxes/tax-rates/{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

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

Responses
chevron-right
200

successful operation

application/json
put
/erp/taxes/tax-rates/{id}

Delete an existing Resource

delete
Path parameters
idinteger · int64Required

an identifier

Responses
chevron-right
200

successful operation

application/json
delete
/erp/taxes/tax-rates/{id}

deaktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/taxes/tax-rates/{id}/deactivate

aktiviert eine bestehende Resource

put
Path parameters
idinteger · int64Required

identifier

Responses
chevron-right
200

successful operation

application/json
put
/erp/taxes/tax-rates/{id}/activate

Create new Resource

post
Body
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

Responses
chevron-right
200

successful operation

application/json
post
/erp/taxes/tax-rates

Last updated

Was this helpful?