retentionQuote
The quoted products already offered to the customer for retention.
Arguments
Returns
RetentionQuoteTypeExamples
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.
query RetentionQuote($input: RetentionQuoteInput!) {
retentionQuote(input: $input) {
quotedProductIds
quotedProductSwitchExpiryDate
quotedProductSwitchUrl
}
}
Variables
{
"input": RetentionQuoteInput
}
Response
{
"data": {
"retentionQuote": {
"quotedProductIds": "PM-read-until-language-particularly",
"quotedProductSwitchExpiryDate": "morning-open-quickly-could-area",
"quotedProductSwitchUrl": "break-amount-never-figure-six"
}
}
}