quoteNewMeterPointsOnBespokeProducts
Create a quote for new meter points on passed in products with bespoke rates. This is an acquisition quote mutation only to be used by authenticated third party organisations for bespoke quoting.
Arguments
Returns
QuoteNewMeterPointsOnBespokeProductsCreate a quote for new meter points on passed in products with bespoke rates. This is an acquisition quote mutation only to be used by authenticated third party organisations for bespoke quoting.
Possible Errors
Allowed Viewers
Required Permissions
Can access third party queriesQuery Complexity
1Examples
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.
mutation QuoteNewMeterPointsOnBespokeProducts($input: QuoteNewMeterPointsOnBespokeProductsInput!) {
quoteNewMeterPointsOnBespokeProducts(input: $input) {
quoteRequest {
...QuoteRequestFragment
}
}
}
Variables
{
"input": QuoteNewMeterPointsOnBespokeProductsInput
}
Response
{
"data": {
"quoteNewMeterPointsOnBespokeProducts": {
"quoteRequest": QuoteRequest
}
}
}