ProductPriceInput
A price for a single rate group, with its own validity period and variant.
Input fields
The end of validity for this price.
The start of validity for this price.
The price per unit.
The rate group code.
The variant that this price applies to.
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
{
"periodEnd": "1992-10-14T02:31:52.085605+00:00",
"periodStart": "1985-12-07T18:33:38.654769+00:00",
"price": "1.0",
"rateGroup": "church-tax-specific-nor-career",
"variant": ProductPriceVariantInput
}