TaxRates
Path parameters
idinteger · int64Required
an identifier
Body
versionstringOptional
Version Identifier for this Object (for PUT)
idstringOptional
Unique identifier of the Object
activebooleanRead-onlyOptionalDefault:
is this tax-rate active (selectable)
truecountryCodestringRequired
the country code for this tax-rate
ratenumberRequiredExample:
the rate of this tax-rate
19validFromstring · dateRequired
the date, this entry is valid from
Responses
200
successful operation
application/json
404
Resource was not found
application/json
422
Resource was not valid to process
application/json
put
/erp/taxes/tax-rates/{id}Path parameters
idinteger · int64Required
an identifier
Responses
200
successful operation
application/json
404
Resource was not found
application/json
409
unable to delete Resource, due to constraints, existing references or internal state
application/json
delete
/erp/taxes/tax-rates/{id}Body
versionstringOptional
Version Identifier for this Object (for PUT)
idstringOptional
Unique identifier of the Object
activebooleanRead-onlyOptionalDefault:
is this tax-rate active (selectable)
truecountryCodestringRequired
the country code for this tax-rate
ratenumberRequiredExample:
the rate of this tax-rate
19validFromstring · dateRequired
the date, this entry is valid from
Responses
200
successful operation
application/json
422
Resource was not valid to process
application/json
post
/erp/taxes/tax-ratesLast updated
Was this helpful?