Skip to main content

Fields

date : Date! required

The date when the VAT rate starts being active from.

grossRate : Decimal! required

The rate after the VAT rate is applied to the net rate.

rateValidToDate : Date

The date until which the VAT rate is active (exclusive).

vatRate : Decimal! required

The VAT rate percentage.

The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.

Example

{ "date": "2007-02-04", "grossRate": "1.0", "rateValidToDate": "2014-02-12", "vatRate": "1.0" }