Skip to main content

Input fields

agreedFrom : DateTime

Explicit agreed from date for the quote. Overrides standard renewal start on switch. Only valid for businesses.

agreedTo : DateTime

Explicit agreed to date for the quote. Overrides the product term on switch. Only valid for businesses.

includeHiddenProducts : Boolean

Flag to indicate whether the quote should include hidden products.

productTags : [String!]

List of tags to use during quoting.

quoteRequestCode : UUID! required

The quote code to refresh the quote from.

requestedAt : DateTime

Date at which the quote prices should be taken from. Defaults to today if not provided.

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

{ "agreedFrom": "2022-05-13T15:48:44.908042+00:00", "agreedTo": "2022-03-09T11:29:27.724999+00:00", "includeHiddenProducts": true, "productTags": "soon-care-model-offer-yeah", "quoteRequestCode": "92e38012-b3f2-413d-bed0-3c49c8b0da28", "requestedAt": "2012-03-31T14:40:23.185619+00:00" }