SupplyPointTaxAdjustmentInput
Input type for a supply point tax adjustment.
Input fields
The type of tax adjustment (e.g., EXEMPTION, REDUCTION).
When this adjustment becomes effective.
When this adjustment ends (null if open-ended).
The proportion of usage that qualifies for the adjustment (0-1).
The ID of the supply point.
The tax category for this adjustment.
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"
}