Skip to main content

Input fields

adjustmentType : String! required

The type of tax adjustment (e.g., EXEMPTION, REDUCTION).

effectiveFrom : DateTime! required

When this adjustment becomes effective.

effectiveTo : DateTime

When this adjustment ends (null if open-ended).

qualifyingUsage : Decimal! required

The proportion of usage that qualifies for the adjustment (0-1).

supplyPointId : ID! required

The ID of the supply point.

taxCategory : String! required

The tax category for this adjustment.

taxSubcategory : String

The tax subcategory for this adjustment.

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

{ "adjustmentType": "art-very-opportunity-glass-painting", "effectiveFrom": "2001-09-13T12:34:06.875794+00:00", "effectiveTo": "1999-07-19T10:13:03.724695+00:00", "qualifyingUsage": "1.0", "supplyPointId": "18161060", "taxCategory": "toward-natural-Mrs-Republican-movie", "taxSubcategory": "turn-audience-environment-particular-win" }