UpdateQuoteConfigurationInput
Input for updating a quote configuration.
Input fields
Optional new expiry datetime for the quote configuration.
Optional extra detail field updates.
Optional forecast consumption entries to partially update.
The unique number of the quote configuration to update.
Optional identifier of a rates request to mark as responded. When provided, the quote configuration will be transitioned to IN_REVIEW.
Optional updated bespoke rate terms.
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
{
"expiresAt": "2000-09-02T01:46:36.632640+00:00",
"extraDetails": ExtraDetailInput,
"forecastConsumptionEntries": ForecastConsumptionEntryInput,
"quoteConfigurationNumber": "stand-well-impact-picture-film",
"quoteConfigurationRatesRequestIdentifier": "71b5ff55-819e-4387-a185-86644d49ffce",
"terms": BespokeRateTermInput
}