isCustomerEligibleToGiveFeedbackFollowingCall
Check if customer is eligible to give feedback following a phone call.
Arguments
Examples
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 IsCustomerEligibleToGiveFeedbackFollowingCall(
$accountNumber: String!,
$accountUserNumber: String!,
$callId: Int!
) {
isCustomerEligibleToGiveFeedbackFollowingCall(
accountNumber: $accountNumber,
accountUserNumber: $accountUserNumber,
callId: $callId
)
}
Variables
{
"accountNumber": "A-548E4544",
"accountUserNumber": "U-F05754CE",
"callId": 53133573
}
Response
{
"data": {
"isCustomerEligibleToGiveFeedbackFollowingCall": true
}
}